~ubuntu-branches/ubuntu/trusty/expect/trusty

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Mike Markley
  • Date: 2001-08-07 10:08:52 UTC
  • Revision ID: james.westby@ubuntu.com-20010807100852-b8133463c142im5j
Tags: 5.32.2-4
Expectk was linked against a broken libtk8.3 that didn't provide
proper soname; rebuild to fix (Closes: #107908)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1165
1165
else
1166
1166
        # seems a little strange to build in Tcl's build-lib, but
1167
1167
        # that's what Tk does.
1168
 
        EXP_SHLIB_LD_LIBS="$TCL_BUILD_LIB_SPEC $TCL_DL_LIBS $LIBS -lc"
 
1168
        EXP_SHLIB_LD_LIBS="$TCL_DL_LIBS $LIBS -lc"
1169
1169
fi
1170
1170
 
1171
1171
#--------------------------------------------------------------------