changeset 27910:bcf4bb8e48e7

Allow compilation with icc 10.1.
author cehoyos
date Mon, 17 Nov 2008 10:16:28 +0000
parents 1c5d7d467bfd
children 535e8e3803e9
files configure
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Sun Nov 16 23:59:47 2008 +0000
+++ b/configure	Mon Nov 17 10:16:28 2008 +0000
@@ -7816,6 +7816,8 @@
   cc_check -Wdeclaration-after-statement && CFLAGS="-Wdeclaration-after-statement $CFLAGS"
   cc_check -Wno-pointer-sign && CFLAGS="-Wno-pointer-sign $CFLAGS"
   cc_check -Wdisabled-optimization && CFLAGS="-Wdisabled-optimization $CFLAGS"
+else
+  CFLAGS="-D_ISOC99_SOURCE -D_BSD_SOURCE $CFLAGS"
 fi
 
 cc_check -mno-omit-leaf-frame-pointer && cflags_no_omit_leaf_frame_pointer="-mno-omit-leaf-frame-pointer"