24 lines
684 B
Text
24 lines
684 B
Text
$NetBSD: patch-aa,v 1.8 2002/06/12 13:16:50 seb Exp $
|
|
|
|
--- configure.in.orig Mon Jul 2 17:48:55 2001
|
|
+++ configure.in
|
|
@@ -52,8 +52,6 @@
|
|
dnl
|
|
# ACNU_PROG_LEX fm AC_PROG_LEX
|
|
# -----------
|
|
-dnl chg: probes for lib in /usr/local/lib
|
|
-dnl sheesh you'd have thought that this was obvious enough to be done anyway
|
|
AC_DEFUN(ACNU_PROG_LEX,[
|
|
dnl autoconf-2.14a
|
|
dnl AH_CHECK_LIB(fl)dnl
|
|
@@ -65,9 +63,7 @@
|
|
flex*) ac_lib=fl ;;
|
|
*) ac_lib=l ;;
|
|
esac
|
|
- LDFLAGS='-L/usr/local/lib'
|
|
- AC_CHECK_LIB($ac_lib, yywrap, LEXLIB="-L/usr/local/lib -l$ac_lib")
|
|
- LDFLAGS=
|
|
+ AC_CHECK_LIB($ac_lib, yywrap, LEXLIB="-l$ac_lib")
|
|
fi
|
|
AC_SUBST(LEXLIB)
|
|
])
|