projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5038e82
)
look for flex
author
Dana Jansens
<danakj@orodu.net>
Wed, 26 Mar 2003 04:22:02 +0000
(
04:22
+0000)
committer
Dana Jansens
<danakj@orodu.net>
Wed, 26 Mar 2003 04:22:02 +0000
(
04:22
+0000)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 2d84162ffe502f587e7339048b24a78edcbcab4a..ec82b835313f5461331a04be3b889e67766b7d02 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-32,7
+32,9
@@
PKG_CHECK_MODULES([GMODULE], [gmodule-2.0])
AC_SUBST(GMODULE_CFLAGS)
AC_SUBST(GMODULE_LIBS)
-AM_PROG_LEX
+AC_PATH_PROG([FLEX], [flex])
+test "$FLEX" || AC_MSG_ERROR([flex not found])
+
AC_PROG_LIBTOOL
LIBTOOL="$LIBTOOL --silent"
AC_PROG_INSTALL