Skip to content
Snippets Groups Projects
Commit 610600a1 authored by Gerrit Kuehn's avatar Gerrit Kuehn
Browse files

fix missing "-" for -L option

git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4266 6dcd42c9-f523-4c6d-aada-af552506706e
parent 3729e2fa
No related branches found
No related tags found
No related merge requests found
......@@ -264,7 +264,7 @@ AC_ARG_WITH(epics,
AC_CHECK_FILE(${EPICS_TRY}/lib/${host_arch}/libca.a, found_epics="yes", found_epics="no")
if test $found_epics = "yes"; then
have_epics = "yes"
EPICSLIBS="L$EPICS_TRY/lib/$host_arch"
EPICSLIBS="-L$EPICS_TRY/lib/$host_arch"
EPICSFLAGS="-I$EPICS_TRY/include -I$EPICS_TRY/include/os/$osarch"
else
AC_MSG_ERROR([could not find EPICS base libraries])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment