Solaris needs C99 to compile with XOpen specifications

This commit is contained in:
Juan Jose Garcia Ripoll 2009-07-23 18:05:36 +02:00
parent 276888f6d5
commit e8bcc0697b
2 changed files with 2 additions and 0 deletions

1
src/aclocal.m4 vendored
View file

@ -283,6 +283,7 @@ case "${host_os}" in
LDRPATH='-Wl,-R,~A'
TCPLIBS='-lsocket -lnsl -lintl'
clibs='-ldl'
CFLAGS="${CFLAGS} -std=gnu99"
;;
cygwin*)
thehost='cygwin'

1
src/configure vendored
View file

@ -4450,6 +4450,7 @@ case "${host_os}" in
LDRPATH='-Wl,-R,~A'
TCPLIBS='-lsocket -lnsl -lintl'
clibs='-ldl'
CFLAGS="${CFLAGS} -std=gnu99"
;;
cygwin*)
thehost='cygwin'