[Dovecot] test61 ./configure fails on OpenBSD 3.6

Jamie Herre jlst at gettysgroup.com
Sat Jan 15 02:51:56 EET 2005


Test version 61 ./configure is failing on my OpenBSD 3.6-stable system.

The following corrects the problem.  Would it be possible to test for 
gnu99 option
before using it in subsequent tests?

--- configure.in.orig   Fri Jan 14 14:04:10 2005
+++ configure.in        Fri Jan 14 16:44:22 2005
@@ -236,7 +236,7 @@

         # say specifically that we want C99 features.
         # we can make use of GNU features as well, so don't use 
-std=c99.
-       CFLAGS="$CFLAGS -std=gnu99"
+       CFLAGS="$CFLAGS -std=gnu9x"
  fi

  dnl **



More information about the dovecot mailing list