summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorAleksey Sanin <aleksey@src.gnome.org>2003-06-05 02:13:48 +0000
committerAleksey Sanin <aleksey@src.gnome.org>2003-06-05 02:13:48 +0000
commitf58d7746873908e2a4fa57d78e16ba5ca673a7ca (patch)
tree4d8595c11a4f54ddf6535226cb27d7d002c03955 /configure.in
parent01a0b73bbe90aa76349a127362501564af56e312 (diff)
downloadxmlsec1-f58d7746873908e2a4fa57d78e16ba5ca673a7ca.tar.gz
xmlsec1-f58d7746873908e2a4fa57d78e16ba5ca673a7ca.tar.bz2
xmlsec1-f58d7746873908e2a4fa57d78e16ba5ca673a7ca.zip
added _ALL_SOURCE define for AIX
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 2bc5cd59..3c4be024 100644
--- a/configure.in
+++ b/configure.in
@@ -80,6 +80,16 @@ fi
dnl ==========================================================================
+dnl Perform host specific configuration
+dnl ==========================================================================
+case "${host}" in
+ *aix* )
+ CFLAGS="${CFLAGS} -D_ALL_SOURCE"
+ ;;
+esac
+
+
+dnl ==========================================================================
dnl check do we have size_t and its size,
dnl TODO: will need to replace this and the xmlSecSize define with
dnl typedef on next ABI refresh