gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r23268 - gnunet-gtk


From: gnunet
Subject: [GNUnet-SVN] r23268 - gnunet-gtk
Date: Fri, 17 Aug 2012 00:35:48 +0200

Author: grothoff
Date: 2012-08-17 00:35:47 +0200 (Fri, 17 Aug 2012)
New Revision: 23268

Modified:
   gnunet-gtk/configure.ac
Log:
fix build if libqrencode is missing

Modified: gnunet-gtk/configure.ac
===================================================================
--- gnunet-gtk/configure.ac     2012-08-16 22:09:31 UTC (rev 23267)
+++ gnunet-gtk/configure.ac     2012-08-16 22:35:47 UTC (rev 23268)
@@ -191,6 +191,12 @@
    [AC_MSG_RESULT([--with-qrencode not specified])
     AC_CHECK_HEADERS(qrencode.h,qrencode=1)])
 
+if test "$qrencode" != 1 
+then
+QR_LIBS=""
+QR_CFLAGS=""
+fi
+
 AC_SUBST(QR_CFLAGS)
 AC_SUBST(QR_LIBS)
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]