[FriBidi-commit] fribidi2 configure.ac,1.20,1.21

Behdad Esfahbod behdad at freedesktop.org
Sun Sep 4 09:57:11 PDT 2005


Update of /cvs/fribidi/fribidi2
In directory gabe:/tmp/cvs-serv23264

Modified Files:
	configure.ac 
Log Message:
Better handling of sys/times.h.  Also, don't pass -pedantic to gcc.


Index: configure.ac
===================================================================
RCS file: /cvs/fribidi/fribidi2/configure.ac,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- configure.ac	30 Jul 2005 09:06:27 -0000	1.20
+++ configure.ac	4 Sep 2005 16:57:09 -0000	1.21
@@ -102,8 +102,7 @@
 
 # Checks for header files.
 AC_HEADER_STDC
-AC_HEADER_TIME
-AC_CHECK_HEADERS([stdlib.h string.h strings.h inttypes.h wchar.h sys/times.h asm/page.h])
+AC_CHECK_HEADERS([stdlib.h string.h strings.h inttypes.h wchar.h asm/page.h sys/times.h])
 
 # Checks for typedefs and structures.
 AC_C_CONST
@@ -118,7 +117,7 @@
 # Checks for compiler characteristics.
 changequote(,)dnl
 if test "x$GCC" = "xyes"; then
-  CFLAGS="$CFLAGS -Wall -pedantic -ansi "
+  CFLAGS="$CFLAGS -Wall -ansi "
 fi
 changequote([,])dnl
 



More information about the fribidi-commit mailing list