diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.in b/configure.in index f01c8574..0056e45f 100644 --- a/configure.in +++ b/configure.in @@ -227,11 +227,6 @@ if test "$USE_NLS" = "yes" then echo 'Enabling internationalization support...' POMAKE='$(MAKE) -C po' - if test "x$prefix" != xNONE; then - EXTRADEFS="$EXTRADEFS -DLOCALEDIR='\"$prefix/share/locale\"'" - else - EXTRADEFS="$EXTRADEFS -DLOCALEDIR='\"$ac_default_prefix/share/locale\"'" - fi else echo 'Disabling internationalization support...' POMAKE="@echo '(NLS support disabled)'; #" |