diff options
Diffstat (limited to 'unix/tcl.m4')
-rw-r--r-- | unix/tcl.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tcl.m4 b/unix/tcl.m4 index 4a44599..c7f26ca 100644 --- a/unix/tcl.m4 +++ b/unix/tcl.m4 @@ -1122,7 +1122,7 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [ # Require ranlib early so we can override it in special cases below. LDAIX_SRC="" - AS_IF([test x"$(SHLIB_VERSION)" = x], [SHLIB_VERSION="1.0"]) + AS_IF([test x"${SHLIB_VERSION}" = x], [SHLIB_VERSION="1.0"]) AC_REQUIRE([AC_PROG_RANLIB]) |