diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 57d877ab58..c8708ae7db 100644 --- a/configure.ac +++ b/configure.ac @@ -58,9 +58,6 @@ dnl #define SIZEOF_CHAR 0 dnl recently. AC_PREREQ([2.60]) -dnl make extensions visible to allow feature-tests to detect them lateron -AC_USE_SYSTEM_EXTENSIONS - # ------------------------------------------------------------------------- # Prepare to generate the following header files # @@ -462,6 +459,9 @@ export CC MAYBE_OVERRIDE_STAGE0([gcc],[CC_STAGE0]) MAYBE_OVERRIDE_STAGE0([ar],[AR_STAGE0]) +dnl make extensions visible to allow feature-tests to detect them lateron +AC_USE_SYSTEM_EXTENSIONS + dnl ** figure out how to invoke the C preprocessor (i.e. `gcc -E`) AC_PROG_CPP |