aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index c1243dcd..10775c6d 100755
--- a/configure
+++ b/configure
@@ -468,6 +468,9 @@ SunOS )
echo 'EFLAGS+=-lresolv -lnsl -lsocket' >> Makefile.settings
echo 'STRIP=\# skip strip' >> Makefile.settings
;;
+AIX )
+ echo 'EFLAGS+=-Wl,-brtl' >> Makefile.settings
+;;
CYGWIN* )
echo 'Cygwin is not officially supported.'
;;