From: Bruno Haible Date: Thu, 7 Jul 2005 10:47:08 +0000 (+0000) Subject: libtool on BeOS needs -no-undefined. X-Git-Tag: v0.15~495 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b814aaee1761e4cd1151a230b19b873968ced6d5;p=thirdparty%2Fgettext.git libtool on BeOS needs -no-undefined. --- diff --git a/gettext-tools/configure.ac b/gettext-tools/configure.ac index 05cce2d0b..1a6e8e3d3 100644 --- a/gettext-tools/configure.ac +++ b/gettext-tools/configure.ac @@ -95,7 +95,7 @@ dnl Check for build configuration. AC_LIBTOOL_WIN32_DLL AC_PROG_LIBTOOL case "$host_os" in - nonexistent*) LTNOUNDEF='-no-undefined' ;; + beos*) LTNOUNDEF='-no-undefined' ;; *) LTNOUNDEF='' ;; esac AC_SUBST([LTNOUNDEF])