]> git.donarmstrong.com Git - fastq-tools.git/blobdiff - configure.ac
fastq-grep works
[fastq-tools.git] / configure.ac
index cdde05e4736e4f3c1a1ec64cc23fd07010331c40..44fda3e630e888369e588adad57507c407a1c199 100644 (file)
@@ -33,7 +33,8 @@ then
     AC_MSG_ERROR([The PCRE library is needed. See http://www.pcre.org.])
 fi
 CFLAGS="$CFLAGS $(pcre-config --cflags)"
-PCRE_LIBS=$(pcre-config --libs)
+PCRE_LIBS="$(pcre-config --libs)"
+AC_SUBST(PCRE_LIBS)
 
 # check getopt
 AC_CHECK_HEADER(getopt.h, ,