]> git.pld-linux.org Git - packages/libucil.git/blob - libucil-ac.patch
- fix typo in configure.ac (-ac.patch)
[packages/libucil.git] / libucil-ac.patch
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.059898 seconds and 3 git commands to generate.