Skip to content

Commit 10cb5bd

Browse files
committed
remove -L
1 parent 2d6206a commit 10cb5bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ srcdir=$(cd $srcdir; pwd)
5252

5353
# Set compiler flags.
5454
AC_SUBST(CPPFLAGS,"-I$srcdir $boost_cppflags $sparsehash_cppflags $sdsl_cppflags $CPPFLAGS")
55-
AC_SUBST(LDFLAGS,"-L$sdsl_ldflags $LDFLAGS")
55+
AC_SUBST(LDFLAGS,"$sdsl_ldflags $LDFLAGS")
5656

5757
# Checks for header files.
5858
AC_LANG([C++]) #sets the auto conf to look for c++ headers

0 commit comments

Comments
 (0)