Skip to content

Commit

Permalink
try harder
Browse files Browse the repository at this point in the history
  • Loading branch information
kloetzl committed Feb 13, 2016
1 parent 7bccedc commit 1e49a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -32,7 +32,7 @@ AC_ARG_WITH([libdivsufsort],

AS_IF([test "x$with_libdivsufsort" != "xno"],
[
CFLAGS="-fms-extensions"
CFLAGS="$CFLAGS -fms-extensions"
AC_CHECK_HEADERS([divsufsort.h],[have_libdivsufsort=yes],[have_libdivsufsort=no])
AC_CHECK_LIB(divsufsort, divsufsort, [], [have_libdivsufsort=no])
],
Expand Down

0 comments on commit 1e49a4a

Please sign in to comment.