Fix shell syntax.

This commit is contained in:
Jilles Tjoelker 2008-08-02 02:09:16 +02:00
parent 63ae37ccd1
commit 4a387e786a
1 changed files with 1 additions and 2 deletions

View File

@ -79,8 +79,7 @@ case "$host_os" in
*interix*)
CPPFLAGS="$CFLAGS -D_ALL_SOURCE -D_XOPEN_SOURCE=500"
;;
*solaris*)
*sunos*)
*solaris*|*sunos*)
CPPFLAGS="$CFLAGS -D_POSIX_PTHREAD_SEMANTICS -D_XPG4_2 -D__EXTENSIONS__"
;;
*)