Skip to content
Snippets Groups Projects
Commit c326a7d6 authored by Claus-Justus Heine's avatar Claus-Justus Heine
Browse files

Fix an obstack problem.

parent dd7b3e75
Branches
Tags
No related merge requests found
...@@ -580,6 +580,12 @@ AC_CHECK_FUNCS([getopt_long],[], ...@@ -580,6 +580,12 @@ AC_CHECK_FUNCS([getopt_long],[],
NEED_GETOPT=1]) NEED_GETOPT=1])
AC_FUNC_OBSTACK AC_FUNC_OBSTACK
AM_CONDITIONAL(NEED_OBSTACK, [test ! "x${ac_cv_func_obstack}" = "xyes"]) AM_CONDITIONAL(NEED_OBSTACK, [test ! "x${ac_cv_func_obstack}" = "xyes"])
if test "x${ac_cv_func_obstack}" = "xyes"; then
HAVE_OBSTACK_H=1
else
HAVE_OBSTACK_H=0
fi
AC_SUBST([HAVE_OBSTACK_H])
GNUCOMPAT_INCLUDE_PATH='-I$(top_srcdir)/gnu-compat/' GNUCOMPAT_INCLUDE_PATH='-I$(top_srcdir)/gnu-compat/'
AC_SUBST([GNUCOMPAT_INCLUDE_PATH]) AC_SUBST([GNUCOMPAT_INCLUDE_PATH])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment