filename | configure.in |
changeset | 1054:6ac6cd177de1 |
prev | 1046:9e2c1dd2b537 |
next | 1065:bc1cc0c54917 |
author | nkeynes |
date | Sun Jun 28 10:29:01 2009 +0000 (14 years ago) |
permissions | -rw-r--r-- |
last change | Minimize libraries linked in to shared objects |
file | annotate | diff | log | raw |
1.1 --- a/configure.in Sat Jun 27 10:42:24 2009 +00001.2 +++ b/configure.in Sun Jun 28 10:29:01 2009 +00001.3 @@ -403,6 +403,9 @@1.5 dnl ----------------------- All done, finish up -----------------------1.6 GETTEXT_PACKAGE=lxdream1.7 +LXDREAM_LIBS="$LIBS"1.8 +LIBS=""1.9 +AC_SUBST(LXDREAM_LIBS)1.10 AC_SUBST(GETTEXT_PACKAGE)1.11 AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE",[translation domain])
.