fi
+ # AIX shared libs use the .a suffix unless run-time linking
+ # is being used (determined by libtool).
+ if test X"$with_noexec" != X"no" && X"$aix_use_runtimelinking" != X"yes"; then
+ with_noexec=`echo $with_noexec | sed 's/\.so$/.a/'`
+ fi
+
# AIX-specific functions
for ac_func in getuserattr
AC_CHECK_FUNCS(authenticate, [AUTH_EXCL_DEF="AIX_AUTH"])
fi
+ # AIX shared libs use the .a suffix unless run-time linking
+ # is being used (determined by libtool).
+ if test X"$with_noexec" != X"no" && X"$aix_use_runtimelinking" != X"yes"; then
+ with_noexec=`echo $with_noexec | sed 's/\.so$/.a/'`
+ fi
+
# AIX-specific functions
AC_CHECK_FUNCS(getuserattr)
SUDO_OBJS="$SUDO_OBJS aix.o"