]> git.saurik.com Git - bison.git/blobdiff - m4/c-working.m4
Merge remote-tracking branch 'origin/maint'
[bison.git] / m4 / c-working.m4
index 0db60f764725b461540896ce320702ebab842adc..ee84acf9f34ecce0947b103b78fe99c95c047791 100644 (file)
@@ -21,7 +21,7 @@ AC_DEFUN([BISON_TEST_FOR_WORKING_C_COMPILER], [
   AC_COMPILE_IFELSE(
     [AC_LANG_PROGRAM(
        [[#include <limits.h>
   AC_COMPILE_IFELSE(
     [AC_LANG_PROGRAM(
        [[#include <limits.h>
-        int test_array[CHAR_BIT];]])],
+         int test_array[CHAR_BIT];]])],
     [],
     [AC_MSG_FAILURE([cannot compile a simple C program])])
 ])
     [],
     [AC_MSG_FAILURE([cannot compile a simple C program])])
 ])