nss-pam-ldapd commit: r1288 - nss-pam-ldapd
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd commit: r1288 - nss-pam-ldapd
- From: Commits of the nss-pam-ldapd project <nss-pam-ldapd-commits [at] lists.arthurdejong.org>
- To: nss-pam-ldapd-commits [at] lists.arthurdejong.org
- Reply-to: nss-pam-ldapd-users [at] lists.arthurdejong.org
- Subject: nss-pam-ldapd commit: r1288 - nss-pam-ldapd
- Date: Sat, 16 Oct 2010 23:30:49 +0200 (CEST)
Author: arthur
Date: Sat Oct 16 23:30:48 2010
New Revision: 1288
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?view=rev&revision=1288
Log:
chage test for compiling with gcc to be simpler and not use deprecated
ac_cv_prog_gcc
Modified:
nss-pam-ldapd/configure.ac
Modified: nss-pam-ldapd/configure.ac
==============================================================================
--- nss-pam-ldapd/configure.ac Sat Oct 16 22:20:47 2010 (r1287)
+++ nss-pam-ldapd/configure.ac Sat Oct 16 23:30:48 2010 (r1288)
@@ -427,7 +427,7 @@
nss_ldap_so_LINK="\$(CCLD) \$(AM_CFLAGS) \$(CFLAGS) \$(nss_ldap_so_LDFLAGS)
\$(LDFLAGS) -o \$@"
case "$target_os" in
solaris*)
- if test "$ac_cv_prog_gcc" = yes
+ if test "x$GCC" = xyes
then
nss_ldap_so_LINK="/usr/ccs/bin/ld -Bdirect -z nodelete -Bdynamic -M
\$(srcdir)/exports.solaris -G -o \$@"
else
@@ -482,7 +482,7 @@
pam_ldap_so_LINK="\$(CCLD) \$(AM_CFLAGS) \$(CFLAGS) \$(pam_ldap_so_LDFLAGS)
\$(LDFLAGS) -o \$@"
case "$target_os" in
solaris*)
- if test "$ac_cv_prog_gcc" = yes
+ if test "x$GCC" = xyes
then
pam_ldap_so_LINK="/usr/ccs/bin/ld -Bdirect -z nodelete -Bdynamic -M
\$(srcdir)/pam_ldap.map -G -o \$@"
else
--
To unsubscribe send an email to
nss-pam-ldapd-commits-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/nss-pam-ldapd-commits
- nss-pam-ldapd commit: r1288 - nss-pam-ldapd,
Commits of the nss-pam-ldapd project