Tcl Source Code

Artifact [5fcbaa8bf1]
Login

Artifact 5fcbaa8bf15eb1a2434823a7dd94975f74bca396:

Attachment "thread2.6.1-aclocal.m4.patch" to ticket [1245204fff] added by furukawa 2005-07-26 19:31:39.
--- aclocal.m4.org	2004-12-23 18:48:39.000000000 +0900
+++ aclocal.m4	2005-07-26 20:54:03.000000000 +0900
@@ -4,6 +4,10 @@
 # module. Either "cvs -d <root> checkout tclconfig" right here, or 
 # re-checkout the thread module
 #
+# @(#) $Id: aclocal.m4,v 1.2 2005/07/26 11:53:50 furukawa Exp furukawa $
+#
+# jul.26.2005. k.furukawa, slightly modified to support --with-gdbm=/dir
+
 builtin(include,tclconfig/tcl.m4)
 builtin(include,aolserver.m4)
 
@@ -66,8 +70,6 @@
             GDBM_CFLAGS="-I\"$gincdir\""
             GDBM_LIBS="-L\"$glibdir\" -lgdbm"
         fi
-    else
-        AC_MSG_ERROR([none found])
     fi
     fi
 ])