From 75ca71d4b2951ccd93cd8bf36f6c9c9a9b3fc7d9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Adam=20Go=C5=82=C4=99biowski?= Date: Thu, 9 Feb 2012 17:34:39 +0000 Subject: [PATCH] - new Changed files: libucil-ac.patch -> 1.1 --- libucil-ac.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 libucil-ac.patch diff --git a/libucil-ac.patch b/libucil-ac.patch new file mode 100644 index 0000000..e94791f --- /dev/null +++ b/libucil-ac.patch @@ -0,0 +1,11 @@ +--- libucil-0.9.10/configure.ac~ 2010-08-31 08:52:31.000000000 +0200 ++++ libucil-0.9.10/configure.ac 2012-02-09 18:34:02.832816354 +0100 +@@ -236,7 +236,7 @@ + gpl=false ;; + *) AC_MSG_ERROR([bad value ${enableval} for --enable-gpl]) ;; + esac],[gpl=false]) +-AM_CONDITIONAL([ALLOW_GPL], [text x$gpl = xtrue]) ++AM_CONDITIONAL([ALLOW_GPL], [test x$gpl = xtrue]) + + + -- 2.43.0