X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/1d08c1e0c0de0d321883ece1c36bce851fe893c7..6b6e5f94f81e56e9e9e1cf26ea596c01ed403555:/m4/cppflags.m4?ds=sidebyside diff --git a/m4/cppflags.m4 b/m4/cppflags.m4 index 1e2401c1..b860ea67 100644 --- a/m4/cppflags.m4 +++ b/m4/cppflags.m4 @@ -1,4 +1,3 @@ -dnl dnl This is intended to be extensible, by just adding candidate C preprocessor dnl options to be checked in the for loop. The first candidate is empty, in dnl case none are needed. Also, the test program can be readily augmented. @@ -43,9 +42,10 @@ AC_DEFUN([NMH_ADDL_CPPFLAGS], [AC_LANG_PROGRAM([#include ], [return strdup("x") == 0])], [AM_CPPFLAGS="${nmh_cv_addl_cppflags}"; break;])]) - done]) + done CFLAGS="$nmh_saved_cflags" CPPFLAGS="$nmh_saved_cppflags" + ]) dnl autoconf doesn't currently provide a macro to disable AC_LANG_WERROR, dnl so do it this way: