diff options
-rw-r--r-- | config.h.in | 9 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 4 insertions, 7 deletions
diff --git a/config.h.in b/config.h.in index babd7f3..b05b0e5 100644 --- a/config.h.in +++ b/config.h.in @@ -18,8 +18,8 @@ /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H -/* Define to 1 if you have the <math.h,> header file. */ -#undef HAVE_MATH_H_ +/* Define to 1 if you have the <math.h */ +#undef HAVE_MATH_H /* Define to 1 if you have the <memory.h> header file. */ #undef HAVE_MEMORY_H @@ -30,12 +30,9 @@ /* Define to 1 if you have the <stdio.h> header file. */ #undef HAVE_STDIO_H -/* Define to 1 if you have the <stdlib.h> header file. */ +/* Define to 1 if you have the <stdlib.h */ #undef HAVE_STDLIB_H -/* Define to 1 if you have the <stdlib.h,> header file. */ -#undef HAVE_STDLIB_H_ - /* Define to 1 if you have the <strings.h> header file. */ #undef HAVE_STRINGS_H diff --git a/configure.in b/configure.in index 9ec848a..c6e8aff 100644 --- a/configure.in +++ b/configure.in @@ -64,7 +64,7 @@ AC_ARG_ENABLE(simpletest, # age to 0. XTRACT_SO_VERSION=0:0:0 -CFLAGS="$CFLAGS -pedantic -ansi -Wall -Werror -std=c99 -I/usr/local/include" +CFLAGS="$CFLAGS -pedantic -ansi -Wall -std=c99 -I/usr/local/include" LDFLAGS="$LDFLAGS -lm" AC_ARG_WITH(pd_dir, |