Rerun autoconf.
This commit is contained in:
parent
0bb036c05f
commit
5f4f06c87a
1 changed files with 2 additions and 1 deletions
3
libratbox/configure
vendored
3
libratbox/configure
vendored
|
@ -21357,7 +21357,8 @@ fi
|
|||
CPPFLAGS="$CFLAGS -D_ALL_SOURCE -D_XOPEN_SOURCE=500"
|
||||
;;
|
||||
*solaris*)
|
||||
CPPFLAGS="$CFLAGS -D_POSIX_PTHREAD_SEMANTICS"
|
||||
*sunos*)
|
||||
CPPFLAGS="$CFLAGS -D_POSIX_PTHREAD_SEMANTICS -D_XPG4_2 -D__EXTENSIONS__"
|
||||
;;
|
||||
*)
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue