]> git.pld-linux.org Git - packages/libucil.git/blame - libucil-ac.patch
- release 10 (by relup.sh)
[packages/libucil.git] / libucil-ac.patch
CommitLineData
75ca71d4
AG
1--- libucil-0.9.10/configure.ac~ 2010-08-31 08:52:31.000000000 +0200
2+++ libucil-0.9.10/configure.ac 2012-02-09 18:34:02.832816354 +0100
3@@ -236,7 +236,7 @@
4 gpl=false ;;
5 *) AC_MSG_ERROR([bad value ${enableval} for --enable-gpl]) ;;
6 esac],[gpl=false])
7-AM_CONDITIONAL([ALLOW_GPL], [text x$gpl = xtrue])
8+AM_CONDITIONAL([ALLOW_GPL], [test x$gpl = xtrue])
9
10
11
This page took 0.042038 seconds and 4 git commands to generate.