]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - misc/gen-pkgconfig.in
ncurses 5.7 - patch 20090124
[ncurses.git] / misc / gen-pkgconfig.in
index 36220d3d47c5b099681dcf47d30952d93ecb941b..75e95b3bfbf3dfd0d9347c91b7a9354cf1e4c1b8 100644 (file)
@@ -1,5 +1,5 @@
 #!@SHELL@
-# $Id: gen-pkgconfig.in,v 1.4 2009/01/04 21:52:33 tom Exp $
+# $Id: gen-pkgconfig.in,v 1.5 2009/01/24 21:06:36 tom Exp $
 ##############################################################################
 # Copyright (c) 2009 Free Software Foundation, Inc.                          #
 #                                                                            #
@@ -59,9 +59,9 @@ for lib in ../lib/*
 do
        name=`basename $lib`
        root=`basename $name "$DFT_DEP_SUFFIX"`
-       if test "$name" == "$root" ; then
+       if test "$name" = "$root" ; then
                root=`basename $name "$CXX_LIB_SUFFIX"`
-               if test "$name" == "$root" ; then
+               if test "$name" = "$root" ; then
                        continue
                fi
        fi