]> git.pld-linux.org Git - packages/libucil.git/commitdiff
- new
authorAdam Gołębiowski <adamg@pld-linux.org>
Thu, 9 Feb 2012 17:34:39 +0000 (17:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libucil-ac.patch -> 1.1

libucil-ac.patch [new file with mode: 0644]

diff --git a/libucil-ac.patch b/libucil-ac.patch
new file mode 100644 (file)
index 0000000..e94791f
--- /dev/null
@@ -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])
This page took 0.111052 seconds and 4 git commands to generate.