Skip to content
Snippets Groups Projects
Commit 5bee73f7 authored by Christian Haarhaus's avatar Christian Haarhaus
Browse files

Move -I switch into GNUCOMPAT_INCLUDE_PATH variable.

parent 2d114d1d
No related branches found
No related tags found
No related merge requests found
......@@ -432,7 +432,7 @@ AC_CHECK_FUNCS([getopt_long],[],
[AC_LIBOBJ([getopt])
AC_LIBOBJ([getopt1])
NEED_GETOPT=1
GNUCOMPAT_INCLUDE_PATH='$(top_srcdir)/gnu-compat/'])
GNUCOMPAT_INCLUDE_PATH='-I$(top_srcdir)/gnu-compat/'])
AC_SUBST([GNUCOMPAT_INCLUDE_PATH])
AM_CONDITIONAL(NEED_GETOPT, [test "x${NEED_GETOPT}" = "x1"])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment