projects
/
pspp-builds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a267294
)
Search for a gettext implementation at configure time
fc11-i386-build40
fc11-x64-build37
lenny-x64-build61
sid-i386-build109
author
John Darrington
<john@darrington.wattle.id.au>
Tue, 24 Nov 2009 18:31:05 +0000
(19:31 +0100)
committer
John Darrington
<john@darrington.wattle.id.au>
Tue, 24 Nov 2009 18:31:05 +0000
(19:31 +0100)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 95dfc66f454604b1ee3c0a8d084511675a1860c5..1ef538bca60ae2c120a433df8aca080f616e5963 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-40,6
+40,7
@@
fi
dnl Checks for libraries.
AC_SYS_LARGEFILE
AC_SEARCH_LIBS([sin], [m])
+AC_SEARCH_LIBS([dcgettext], [intl])
PSPP_LIBPLOT
PSPP_LC_PAPER
AM_CONDITIONAL(WITHCHARTS, test x"$with_libplot" != x"no")