We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d6206a commit 10cb5bdCopy full SHA for 10cb5bd
1 file changed
configure.ac
@@ -52,7 +52,7 @@ srcdir=$(cd $srcdir; pwd)
52
53
# Set compiler flags.
54
AC_SUBST(CPPFLAGS,"-I$srcdir $boost_cppflags $sparsehash_cppflags $sdsl_cppflags $CPPFLAGS")
55
-AC_SUBST(LDFLAGS,"-L$sdsl_ldflags $LDFLAGS")
+AC_SUBST(LDFLAGS,"$sdsl_ldflags $LDFLAGS")
56
57
# Checks for header files.
58
AC_LANG([C++]) #sets the auto conf to look for c++ headers
0 commit comments