aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gint.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/gint.m4 b/gint.m4
index 6e58893..bce4ca4 100644
--- a/gint.m4
+++ b/gint.m4
@@ -67,7 +67,7 @@ dnl IF-FOUND What to do if Guile is present.
dnl IF-NOT-FOUND What to do otherwise.
dnl
AC_DEFUN([GINT_INIT],[
- AM_PROG_LEX
+ AC_PROG_LEX(noyywrap)
_GINT_SET_OPTIONS([$2])
AC_SUBST([GINT_MODULE_DIR],[m4_if([$1],,[gint],[$1])])
AM_CONDITIONAL([GINT_COND_INC],[_GINT_IF_OPTION_SET([inc],[true],[false])])

Return to:

Send suggestions and report system problems to the System administrator.