diff options
Diffstat (limited to 'unix/aclocal.m4')
-rw-r--r-- | unix/aclocal.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/aclocal.m4 b/unix/aclocal.m4 index 73b78b2..11412ee 100644 --- a/unix/aclocal.m4 +++ b/unix/aclocal.m4 @@ -594,7 +594,7 @@ AC_DEFUN(SC_CONFIG_CFLAGS, [ SHLIB_LD_LIBS='${LIBS}' SHLIB_SUFFIX=".so" DL_OBJS="tclLoadDl.o" - DL_LIBS="-ldl ${TCL_BUILD_LIB_SPEC}" + DL_LIBS="-ldl" LDFLAGS="" LD_SEARCH_FLAGS="" ;; |