]> git.pld-linux.org Git - packages/gg2.git/commitdiff
- fix a typo in configure.in
authorsaq <saq@pld-linux.org>
Mon, 17 Nov 2003 21:54:58 +0000 (21:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gg2-typo.patch -> 1.1

gg2-typo.patch [new file with mode: 0644]

diff --git a/gg2-typo.patch b/gg2-typo.patch
new file mode 100644 (file)
index 0000000..f7925a0
--- /dev/null
@@ -0,0 +1,11 @@
+--- gg2-2.0-20031117/configure.in.orig 2003-11-17 22:50:36.000000000 +0100
++++ gg2-2.0-20031117/configure.in      2003-11-17 22:50:49.000000000 +0100
+@@ -153,7 +153,7 @@
+     if test x$enableval = xyes; then
+       want_perl=yes
+     else
+-      if text "x$enableval" = xno; then
++      if test "x$enableval" = xno; then
+           want_perl=no
+       else
+           want_perl=yes
This page took 0.026717 seconds and 4 git commands to generate.