]> granicus.if.org Git - flex/commitdiff
fixed bug whereby bison was reported missing even when it was found
authorWill Estes <wlestes@users.sourceforge.net>
Tue, 3 Sep 2002 12:56:06 +0000 (12:56 +0000)
committerWill Estes <wlestes@users.sourceforge.net>
Tue, 3 Sep 2002 12:56:06 +0000 (12:56 +0000)
configure.in

index 0d3ff9defccf01a4b2544519b3ffa7e04adcabd1..ada150d8ff913ea1adcc0dde8ccaf89846953b9c 100644 (file)
@@ -35,12 +35,12 @@ AC_CHECK_HEADERS(string.h malloc.h sys/types.h unistd.h stdbool.h)
 AC_CHECK_HEADERS(cunistd netinet/in.h)
 
 AC_PROG_YACC
-AC_CHECK_PROG(BISON, bison, $srcdir/missing)
 AM_PROG_LEX
 AC_PROG_CC
 AC_PROG_LN_S
 AC_PROG_RANLIB
 
+AC_PATH_PROG(BISON, bison, $srcdir/missing)
 AC_PATH_PROG(HELP2MAN, help2man, $srcdir/missing)
 AC_PATH_PROG(M4, m4, $srcdir/missing)
 AC_PATH_PROG(INDENT, indent, $srcdir/missing)