From: Adam Gołębiowski Date: Thu, 9 Feb 2012 17:34:39 +0000 (+0000) Subject: - new X-Git-Tag: auto/th/libucil-0_9_10-3~1 X-Git-Url: https://git.pld-linux.org/?p=packages%2Flibucil.git;a=commitdiff_plain;h=75ca71d4b2951ccd93cd8bf36f6c9c9a9b3fc7d9;ds=sidebyside - new Changed files: libucil-ac.patch -> 1.1 --- 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]) + + +