configure.ac: Do not define DEPENDS_ON_LIBINTL.
authorBen Pfaff <blp@cs.stanford.edu>
Wed, 9 Jun 2010 17:10:03 +0000 (10:10 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Wed, 9 Jun 2010 17:25:52 +0000 (10:25 -0700)
commit7bc6f06fcc9f0446c8f52ed351468a5dc25d1ff7
tree32e28ee1ad050f8b1ea6a89effd887c44b431466
parent98c1a7bd8ec44126321ccca829bed44f7e77c26a
configure.ac: Do not define DEPENDS_ON_LIBINTL.

If <config.h> defines DEPENDS_ON_LIBINTL, then the relocation wrapper fails
to link at install time when --enable-relocatable is used on a system that
requires the relocation wrapper (e.g. OpenBSD), because the relocation
wrapper does not link against libintl.
configure.ac