X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=configure.ac;h=ea8d531ac71ea4ecbe45d0e26d3f46bde43427e3;hp=6557deaaf5c88defcab91df7c52d2db4659e40a2;hb=3708571c5996ee656aa374989ccfa06bd3617c76;hpb=1e89a35b86480c4bbcb143e88417707e15217f1a diff --git a/configure.ac b/configure.ac index 6557deaa..ea8d531a 100644 --- a/configure.ac +++ b/configure.ac @@ -164,8 +164,8 @@ if test -n "$with_osl_headers"; then fi AC_ARG_WITH(osl_libs, [AC_HELP_STRING(--with-osl-libs=dir, [look for libosl also in dir])]) -if test -n "$with_osl_lib"; then - osl_libs="-L$with_osl_lib" +if test -n "$with_osl_libs"; then + osl_libs="-L$with_osl_libs" LDFLAGS="$LDFLAGS $osl_libs" fi @@ -179,7 +179,7 @@ Install the library with ]) fi AC_SUBST(osl_cppflags) -server_ldflags="$server_ldflags -L$with_osl_lib" +server_ldflags="$server_ldflags -L$with_osl_libs" CPPFLAGS="$OLD_CPPFLAGS" LDFLAGS="$OLD_LDFLAGS" LIBS="$OLD_LIBS"