summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2012-06-29 16:10:47 +0200
committerStef Walter <stefw@gnome.org>2012-06-29 16:10:47 +0200
commitda2606bfbbdbd36d5e42bf2acf614735dfc515d2 (patch)
tree18b0ce3d3531b00c1f7be217a5da07e5218c7547 /configure.ac
parent89602ce99feb7e8c5a37634c3f577532f82eddbd (diff)
Win32 build fixes
* Remove unused functions * Use getprogname() instead of calc_progname() which no longer exists * Fix up exporting of functions in the mock module
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 401265f..ac39567 100644
--- a/configure.ac
+++ b/configure.ac
@@ -78,6 +78,8 @@ if test "$os_unix" = "yes"; then
[AC_DEFINE(HAVE___PROGNAME, [1], [Whether __progname available])])
fi
+AC_CHECK_LIB(intl, dgettext)
+
# ------------------------------------------------------------------------------
# PKCS#11 Directories