mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-28 10:00:51 +00:00
2005-01-31 Andrew Cagney <cagney@gnu.org>
* gettext.m4: Only set ENABLE_NLS when gettext is present.
This commit is contained in:
12
gprof/configure
vendored
12
gprof/configure
vendored
@@ -7095,11 +7095,6 @@ echo "${ECHO_T}$USE_NLS" >&6
|
||||
USE_INCLUDED_LIBINTL=no
|
||||
|
||||
if test "$USE_NLS" = "yes"; then
|
||||
|
||||
cat >>confdefs.h <<\_ACEOF
|
||||
#define ENABLE_NLS 1
|
||||
_ACEOF
|
||||
|
||||
echo "$as_me:$LINENO: checking whether included gettext is requested" >&5
|
||||
echo $ECHO_N "checking whether included gettext is requested... $ECHO_C" >&6
|
||||
|
||||
@@ -7889,6 +7884,13 @@ echo "${ECHO_T}found xgettext programs is not GNU xgettext; ignore it" >&6
|
||||
|
||||
|
||||
|
||||
if test "x$CATOBJEXT" != "x"; then
|
||||
|
||||
cat >>confdefs.h <<\_ACEOF
|
||||
#define ENABLE_NLS 1
|
||||
_ACEOF
|
||||
|
||||
fi
|
||||
|
||||
|
||||
if test "x$CATOBJEXT" != "x"; then
|
||||
|
||||
Reference in New Issue
Block a user