]> git.pld-linux.org Git - packages/gg2.git/blob - gg2-typo.patch
- fix a typo in configure.in
[packages/gg2.git] / gg2-typo.patch
1 --- gg2-2.0-20031117/configure.in.orig  2003-11-17 22:50:36.000000000 +0100
2 +++ gg2-2.0-20031117/configure.in       2003-11-17 22:50:49.000000000 +0100
3 @@ -153,7 +153,7 @@
4      if test x$enableval = xyes; then
5         want_perl=yes
6      else
7 -       if text "x$enableval" = xno; then
8 +       if test "x$enableval" = xno; then
9             want_perl=no
10         else
11             want_perl=yes
This page took 0.074999 seconds and 3 git commands to generate.