Index: xotcl/library/store/XOTclGdbm/configure =================================================================== diff -u -r99a7a21854051cd691029b15ef8877aa9e86cf44 -rf9bb662bd07a30d00a33e75ab3354bb9f8463999 --- xotcl/library/store/XOTclGdbm/configure (.../configure) (revision 99a7a21854051cd691029b15ef8877aa9e86cf44) +++ xotcl/library/store/XOTclGdbm/configure (.../configure) (revision f9bb662bd07a30d00a33e75ab3354bb9f8463999) @@ -6150,7 +6150,7 @@ # This defines PKG(_STUB)_SOURCES, PKG(_STUB)_OBJECTS, PKG_HEADERS # and PKG_TCL_SOURCES. #----------------------------------------------------------------------- -if test ! "${with_gdbm}" = no; then +if test ! "${with_gdbm}" == no; then GDBM_INC_DIR="`echo $with_gdbm |cut -f1 -d,`" GDBM_LIB_DIR="`echo $with_gdbm |cut -f2 -d, -s`" fi @@ -10778,5 +10778,3 @@ - -