diff options
author | wiget <wiget@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2000-03-01 11:50:34 +0000 |
---|---|---|
committer | wiget <wiget@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2000-03-01 11:50:34 +0000 |
commit | c48606a44077ca9745656efa15404a418cd0308c (patch) | |
tree | 71a49abbf442e395f5e1b6b42277798a3fa1ef3b /configure.in | |
parent | f5fc6247811c782c5ae42d14a15b7d714f564958 (diff) | |
download | irssi-c48606a44077ca9745656efa15404a418cd0308c.zip |
- fix perl related problems
- use libtool to build helping libraries
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@131 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 97e9c0fa..54f01797 100644 --- a/configure.in +++ b/configure.in @@ -307,7 +307,7 @@ dnl ** AM_PATH_GLIB(1.2.0,,, gmodule) -PROG_LIBS="$PROG_LIBS $GLIB_LIBS ../lib-popt/libpopt.a" +PROG_LIBS="$PROG_LIBS $GLIB_LIBS ../lib-popt/libpopt.la" AC_SUBST(PROG_LIBS) dnl ** |