Update of /home/cvs/gsasl
In directory dopio:/tmp/cvs-serv10742

Modified Files:
        configure.ac 
Log Message:
Check for getpwuid.


--- /home/cvs/gsasl/configure.ac        2005/10/23 22:05:38     1.152
+++ /home/cvs/gsasl/configure.ac        2006/01/18 10:59:52     1.153
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 
-# Copyright (C) 2002, 2003, 2004, 2005 Simon Josefsson.
+# Copyright (C) 2002, 2003, 2004, 2005, 2006 Simon Josefsson.
 #
 # This file is part of GNU SASL.
 #
@@ -42,6 +42,7 @@
 
 # Checks for library functions.
 AC_SEARCH_LIBS(socket, socket)
+AC_CHECK_FUNCS(getpwuid)
 
 # Allow disabling of obsolete stuff.
 AC_ARG_ENABLE(obsolete,



_______________________________________________
Gsasl-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gsasl-commit

Reply via email to