Index: xotcl/library/store/XOTclGdbm/configure.in =================================================================== diff -u -N -rf9bb662bd07a30d00a33e75ab3354bb9f8463999 -re525b7364d9b1fbc7b06e81becf4fe0df06c4209 --- xotcl/library/store/XOTclGdbm/configure.in (.../configure.in) (revision f9bb662bd07a30d00a33e75ab3354bb9f8463999) +++ xotcl/library/store/XOTclGdbm/configure.in (.../configure.in) (revision e525b7364d9b1fbc7b06e81becf4fe0df06c4209) @@ -3,7 +3,7 @@ dnl generate the file "configure", which is run during Tcl installation dnl to configure the system for the local environment. # -# RCS: @(#) $Id: configure.in,v 1.16 2007/08/14 16:36:47 neumann Exp $ +# RCS: @(#) $Id: configure.in,v 1.17 2007/08/14 16:38:26 neumann Exp $ #----------------------------------------------------------------------- # Sample configure.in for Tcl Extensions. The only places you should @@ -87,7 +87,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 @@ -277,3 +277,5 @@ + +