diff options
author | Jeremy Jackson <jerj@coplanar.net> | 2009-01-21 22:35:51 +0100 |
---|---|---|
committer | Paul Jakma <paul@quagga.net> | 2009-06-19 16:03:31 +0200 |
commit | 7f177ee8df0437ba0d002c1226201150639dcd09 (patch) | |
tree | cc6e4c8226999a3f82057d4dbd83d1810d48f609 /configure.ac | |
parent | [build] cleanup low-hanging autoreconf warnings (diff) | |
download | frr-7f177ee8df0437ba0d002c1226201150639dcd09.tar.xz frr-7f177ee8df0437ba0d002c1226201150639dcd09.zip |
[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.
Diffstat (limited to 'configure.ac')
-rwxr-xr-x | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 0b8724ee7..56fa55e0d 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 ------- |