summaryrefslogtreecommitdiff
path: root/editors/lpe/patches/patch-al
blob: c1bbb8612549ec7ae2fdb1fafd4e99ffd217e412 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-al,v 1.1 2006/10/15 21:34:09 rillig Exp $

--- autogen.sh.orig	2000-07-18 19:36:05.000000000 +0200
+++ autogen.sh	2006-10-15 23:33:06.000000000 +0200
@@ -104,7 +104,7 @@ do 
 #        fi
       fi
       if grep "^AM_PROG_LIBTOOL" configure.in >/dev/null && 
-         test "x$LIBTOOL" == "x"; then
+         test "x$LIBTOOL" = "x"; then
         echo "Running libtoolize..."
 	libtoolize --force --copy
       fi