configure.ac: Define DEPENDS_ON_LIBINTL if LIBINTL is nonempty.
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 27 Mar 2010 18:32:07 +0000 (11:32 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Fri, 16 Apr 2010 03:38:17 +0000 (20:38 -0700)
commitc123de464dea801978314665b174f735a873378d
tree441ffad605a403136e437f639580913f47cb4af5
parent28e36cf42e55d270c8304c79f8845bf5f8e54516
configure.ac: Define DEPENDS_ON_LIBINTL if LIBINTL is nonempty.

This avoids a collision between the gnulib and libintl printf wrappers.
See http://permalink.gmane.org/gmane.comp.lib.gnulib.bugs/21139 for
more information.

Thanks to Michel Boaventura for reporting the problem and to Bruno Haible
for the fix.
configure.ac