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

Restoring the default CPPFLAGS was kind of borken.

parent e4cff0e5
No related branches found
No related tags found
No related merge requests found
...@@ -108,7 +108,7 @@ else ...@@ -108,7 +108,7 @@ else
else else
AC_CHECK_HEADERS($5,, AC_MSG_ERROR([Header file "$5" was not found])) AC_CHECK_HEADERS($5,, AC_MSG_ERROR([Header file "$5" was not found]))
fi fi
CPPCLAGS="${[ac_]m4_bpatsubst([$1],-,_)_save_CPPFLAGS}" CPPFLAGS="${[ac_]m4_bpatsubst([$1],-,_)_save_CPPFLAGS}"
dnl dnl
dnl define makefile substitutions and config.h macros dnl define makefile substitutions and config.h macros
dnl dnl
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment