Changeset: cf71694183ce for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=cf71694183ce
Modified Files:
        configure.ag
Branch: default
Log Message:

configure: explain why uuid is detected without pkg-config


diffs (13 lines):

diff --git a/configure.ag b/configure.ag
--- a/configure.ag
+++ b/configure.ag
@@ -2254,6 +2254,9 @@
 
 AM_ICONV
 
+dnl UUID: remember that most UNIX systems have uuid_* functions in their
+dnl       libc, not as separate library, such as from util-linux.  We
+dnl       can't just use pkg-config check because of that.
 save_LIBS="$LIBS"
 LIBS=
 AC_SEARCH_LIBS([uuid_generate], [uuid], [AC_DEFINE([HAVE_UUID], 1, [uuid])])
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to