dlugolecki.net.pl
Dziennik
Polecane
Software
projects
/
gedcom-parse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0768bd5
)
Require ngettext on GETTEXT (is equivalent to requiring
author
Peter Verthez
<Peter.Verthez@advalvas.be>
Sat, 26 Oct 2002 18:06:51 +0000
(18:06 +0000)
committer
Peter Verthez
<Peter.Verthez@advalvas.be>
Sat, 26 Oct 2002 18:06:51 +0000
(18:06 +0000)
bind_textdomain_codeset, which is what we really need).
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index 54c2329d84aedcae98e04865be8ff2fad055fae7..a06ae49adb59bd94dfc21667445a97c88edcd3e6 100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-50,7
+50,7
@@
fi
dnl =============================================================
dnl Checks for libraries.
-AM_GNU_GETTEXT([use-libtool])
+AM_GNU_GETTEXT([use-libtool]
,[need-ngettext]
)
AM_WITH_DMALLOC
dnl == Make statically linked test program for dmalloc tests