[SCM] Samba Shared Repository - branch master updated - 974ab9d2f9ffabe20fab687f7e63cb168570f7e5

Jelmer Vernooij jelmer at samba.org
Sun Oct 19 13:48:21 GMT 2008


The branch, master has been updated
       via  974ab9d2f9ffabe20fab687f7e63cb168570f7e5 (commit)
      from  c88cbbfdf323c24f7d8a68491bcb1e0354db41d4 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 974ab9d2f9ffabe20fab687f7e63cb168570f7e5
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Sun Oct 19 15:47:36 2008 +0200

    Use _EXT version of autoconf macro.

-----------------------------------------------------------------------

Summary of changes:
 lib/replace/crypt.m4 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/lib/replace/crypt.m4 b/lib/replace/crypt.m4
index 5a9fe88..0b31ae4 100644
--- a/lib/replace/crypt.m4
+++ b/lib/replace/crypt.m4
@@ -1,6 +1,6 @@
 ###############################################
 # test for where we get crypt() from
-AC_SEARCH_LIBS(crypt, [crypt],
+AC_SEARCH_LIBS_EXT(crypt, [crypt],
   [test "$ac_cv_search_crypt" = "none required" || CRYPT_LIBS="-lcrypt"
   AC_DEFINE(HAVE_CRYPT,1,[Whether the system has the crypt() function])],
   [ LIBREPLACEOBJ="${LIBREPLACEOBJ} crypt.o" ])


-- 
Samba Shared Repository


More information about the samba-cvs mailing list