46986d9c25
[incr Widgets] is an object-oriented mega-widget set which extends Tcl/Tk and is based on [incr Tcl] and [incr Tk]. This set of mega-widgets delivers many new, general purpose widgets like option menus, comboboxes, selection boxes, and various dialogs whose couterparts are found in Motif and Windows. from nikns at secure.lv
26 lines
1.0 KiB
Plaintext
26 lines
1.0 KiB
Plaintext
$OpenBSD: patch-configure,v 1.1.1.1 2006/10/28 20:38:25 steven Exp $
|
|
--- configure.orig Thu Nov 29 21:51:34 2001
|
|
+++ configure Sat Oct 28 22:10:20 2006
|
|
@@ -529,7 +529,7 @@ fi
|
|
|
|
# RCS: $Id: patch-configure,v 1.1.1.1 2006/10/28 20:38:25 steven Exp $
|
|
|
|
-ITCL_VERSION=3.2
|
|
+#ITCL_VERSION=3.2
|
|
|
|
|
|
PACKAGE=iwidgets
|
|
@@ -817,9 +817,9 @@ if test -r $itcl_search/itcl/library/itc
|
|
fi
|
|
fi
|
|
|
|
-if test -z "$ITCL_LIB_DIR"; then
|
|
- { echo "configure: error: Can't find Itcl source. Use --with-itcl to specify the the toplevel incr Tcl directory on your system. (This directory should contain itcl/library/itcl.tcl, itk/library/itk.tcl, and config/mkinstalldirs.)" 1>&2; exit 1; }
|
|
-fi
|
|
+#if test -z "$ITCL_LIB_DIR"; then
|
|
+# { echo "configure: error: Can't find Itcl source. Use --with-itcl to specify the the toplevel incr Tcl directory on your system. (This directory should contain itcl/library/itcl.tcl, itk/library/itk.tcl, and config/mkinstalldirs.)" 1>&2; exit 1; }
|
|
+#fi
|
|
|
|
|
|
#--------------------------------------------------------------------
|