Index: xotcl/library/store/XOTclGdbm/configure =================================================================== diff -u -r20e421dc641dc39b53106b1296ac7e09d0b206f2 -r99a7a21854051cd691029b15ef8877aa9e86cf44 --- xotcl/library/store/XOTclGdbm/configure (.../configure) (revision 20e421dc641dc39b53106b1296ac7e09d0b206f2) +++ xotcl/library/store/XOTclGdbm/configure (.../configure) (revision 99a7a21854051cd691029b15ef8877aa9e86cf44) @@ -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,3 +10778,5 @@ + +