[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[coldsync-hackers] getopt_long




FreeBSD doesn't have getopt_long as part of its standard distribution, so
you need to add a check for it to configure. Here's a patch against today's
CVS.


===================================================================
RCS file: /var/lib/cvs/coldsync/configure.in,v
retrieving revision 1.144
diff -u -r1.144 configure.in
--- configure.in        14 Apr 2002 06:14:55 -0000      1.144
+++ configure.in        19 Apr 2002 20:10:39 -0000
@@ -385,6 +385,8 @@
        AC_DEFINE(HAVE_SOCKADDR6)
 fi
 
+AC_SEARCH_LIBS(getopt_long, gnugetopt)
+
 ## Checks for library functions.
 AC_CHECK_FUNCS(access \
        fpurge \


-- 
This message was sent through the coldsync-hackers mailing list.  To remove
yourself from this mailing list, send a message to majordomo@thedotin.net
with the words "unsubscribe coldsync-hackers" in the message body.  For more
information on Coldsync, send mail to coldsync-hackers-owner@thedotin.net.