[Libxtract-commits] SF.net SVN: libxtract: [66] trunk
Status: Alpha
Brought to you by:
postlude
From: <pos...@us...> - 2007-03-12 19:01:18
|
Revision: 66 http://libxtract.svn.sourceforge.net/libxtract/?rev=66&view=rev Author: postlude Date: 2007-03-12 12:01:10 -0700 (Mon, 12 Mar 2007) Log Message: ----------- Removed -Werror from CFLAGS to make the PD example compile on OS X Modified Paths: -------------- trunk/config.h.in trunk/configure.in Modified: trunk/config.h.in =================================================================== --- trunk/config.h.in 2007-03-12 18:20:43 UTC (rev 65) +++ trunk/config.h.in 2007-03-12 19:01:10 UTC (rev 66) @@ -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 Modified: trunk/configure.in =================================================================== --- trunk/configure.in 2007-03-12 18:20:43 UTC (rev 65) +++ trunk/configure.in 2007-03-12 19:01:10 UTC (rev 66) @@ -64,7 +64,7 @@ # 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, This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |