2008-09-16 Marcus Brinkmann <marcus@g10code.com>
* configure.ac (_XOPEN_SOURCE) [apple-darwin]: Define it.
This commit is contained in:
parent
f300cd09b4
commit
cf5100d27c
@ -1,3 +1,7 @@
|
||||
2008-09-16 Marcus Brinkmann <marcus@g10code.com>
|
||||
|
||||
* configure.ac (_XOPEN_SOURCE) [apple-darwin]: Define it.
|
||||
|
||||
2008-07-04 Werner Koch <wk@g10code.com>
|
||||
|
||||
* config.guess, config.sub: Update to 2007-11-19. Also update
|
||||
|
@ -110,6 +110,11 @@ case "${host}" in
|
||||
*-*-gnu*)
|
||||
have_ld_version_script=yes
|
||||
;;
|
||||
*-apple-darwin*)
|
||||
AC_DEFINE(_XOPEN_SOURCE, 500, Activate POSIX interface on MacOS X)
|
||||
;;
|
||||
esac
|
||||
|
||||
esac
|
||||
AM_CONDITIONAL(HAVE_LD_VERSION_SCRIPT, test "$have_ld_version_script" = "yes")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user