(trunk) #2941 "Compile error when libintl is not present" -- fixed in trunk for 1.92

This commit is contained in:
Charles Kerr 2010-02-26 16:51:27 +00:00
parent 2b21104ae9
commit dc15f9f747
1 changed files with 1 additions and 0 deletions

View File

@ -392,6 +392,7 @@ if test "x$enable_nls" = "xyes" ; then
transmissionlocaledir='${prefix}/${DATADIRNAME}/locale'
AC_SUBST(transmissionlocaledir)
fi
AC_SUBST(INTLLIBS)
dnl ----------------------------------------------------------------------------