]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Make this a warning not an error. libuuid and its associated dev packages are HIGHLY...
authorKen Rice <krice@freeswitch.org>
Fri, 5 Jul 2013 15:12:45 +0000 (10:12 -0500)
committerKen Rice <krice@freeswitch.org>
Fri, 5 Jul 2013 15:12:45 +0000 (10:12 -0500)
build/config/uuid.m4

index ecfa719b5e71403a9429c22e250a5d1865ed7c83..7f37c23c66c86c81168701cfd6d49a6a072e5a21 100644 (file)
@@ -6,7 +6,7 @@ AC_DEFUN([CHECK_LIBUUID],
            PKG_CHECK_MODULES([LIBUUID], [uuid],
                              [LIBUUID_FOUND=yes], [LIBUUID_FOUND=no])
            if test "$LIBUUID_FOUND" = "no" ; then
-               AC_MSG_ERROR([libuuid development files required])
+                AC_MSG_WARN([libuuid development package highly recommended!])
            else
                LIBUUID_INCLUDEDIR=$(pkg-config --variable=includedir uuid)
                LIBUUID_CFLAGS+=" -I$LIBUUID_INCLUDEDIR/uuid "