X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=misc%2Fncurses-config.in;h=bc4a46bbe11e1ee21841032dd41f0e3d1d075331;hp=bb1dd9aecb0b3b4e7e0c4bfef1103e141606880f;hb=95a30fbbfc81d5eb0a76e139c86e0a6505cad871;hpb=c37d51504d7298e4de06f166ecd127b7fcc869f4 diff --git a/misc/ncurses-config.in b/misc/ncurses-config.in index bb1dd9ae..bc4a46bb 100644 --- a/misc/ncurses-config.in +++ b/misc/ncurses-config.in @@ -1,5 +1,5 @@ #!@SHELL@ -# $Id: ncurses-config.in,v 1.21 2009/01/06 01:06:21 tom Exp $ +# $Id: ncurses-config.in,v 1.22 2009/01/24 21:06:45 tom Exp $ ############################################################################## # Copyright (c) 2006-2007,2009 Free Software Foundation, Inc. # # # @@ -74,7 +74,7 @@ while test $# -gt 0; do if test "${includedir}" != /usr/include ; then INCS="-I${includedir}" fi - if test "x@WITH_OVERWRITE@" == xno ; then + if test "x@WITH_OVERWRITE@" = xno ; then INCS="$INCS -I${includedir}/${THIS}" fi sed -e 's,^[ ]*,,' -e 's, [ ]*, ,g' -e 's,[ ]*$,,' <<-ENDECHO