diff options
author | Jeremy Jackson <jerj@coplanar.net> | 2009-01-21 16:35:51 -0500 |
---|---|---|
committer | Paul Jakma <paul@quagga.net> | 2009-06-19 15:03:31 +0100 |
commit | 7f177ee8df0437ba0d002c1226201150639dcd09 (patch) | |
tree | cc6e4c8226999a3f82057d4dbd83d1810d48f609 | |
parent | 4bf6461e0f6cc6dcb8ca54314bc6c1865a366e70 (diff) |
[configure] remote support for AIX, it conflicts on newer autoconf
AC_AIX and AC_GNU_SOURCE conflict > autoconf 2.53 or so,
but the replacement AC_USE_SYSTEM_EXTENSIONS isn't available
until later versions. So either we narrow the supported
autconf version range, or disable AIX (if it has any effect),
or determin that AC_AIX doesn't do anything useful anyhow.
-rwxr-xr-x | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 0b8724ee..56fa55e0 100755 --- a/configure.ac +++ b/configure.ac @@ -167,7 +167,6 @@ AC_CACHE_CHECK([if ${MAKE-make} is GNU make], [quagga_cv_gnu_make], dnl ----------------- dnl System extensions dnl ----------------- -AC_AIX AC_GNU_SOURCE dnl ------- |