diff options
author | jbj <devnull@localhost> | 2002-09-19 21:06:40 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-09-19 21:06:40 +0000 |
commit | 2376437b8faec79eb8ccaa874f271d4ee69d276f (patch) | |
tree | fc29754122bfce5816757e4c77f781c52a4d75c4 /db/dist/aclocal/tcl.ac | |
parent | 4a15060bcbf38c550f7dcc86ceff277854f9eecf (diff) | |
download | librpm-tizen-2376437b8faec79eb8ccaa874f271d4ee69d276f.tar.gz librpm-tizen-2376437b8faec79eb8ccaa874f271d4ee69d276f.tar.bz2 librpm-tizen-2376437b8faec79eb8ccaa874f271d4ee69d276f.zip |
Conflict resolved.
CVS patchset: 5722
CVS date: 2002/09/19 21:06:40
Diffstat (limited to 'db/dist/aclocal/tcl.ac')
-rw-r--r-- | db/dist/aclocal/tcl.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/db/dist/aclocal/tcl.ac b/db/dist/aclocal/tcl.ac index f1f97758c..7273044b5 100644 --- a/db/dist/aclocal/tcl.ac +++ b/db/dist/aclocal/tcl.ac @@ -1,4 +1,4 @@ -# Id: tcl.ac,v 11.13 2002/06/07 12:33:58 dda Exp +# Id: tcl.ac,v 11.14 2002/09/07 17:25:58 dda Exp # The SC_* macros in this file are from the unix/tcl.m4 files in the Tcl # 8.3.0 distribution, with some minor changes. For this reason, license @@ -102,7 +102,7 @@ AC_DEFUN(SC_LOAD_TCLCONFIG, [ # given by the Tcl spec are insufficient for our use. [#5779] # case "$host_os" in - aix4.[2-9].*) + aix4.[[2-9]].*) LIBTSO_LIBS="$LIBTSO_LIBS $TCL_LIB_SPEC $TCL_LIB_FLAG" LIBTSO_LIBS="$LIBTSO_LIBS -L$TCL_EXEC_PREFIX/lib -ltcl$TCL_VERSION";; aix*) |