summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2013-05-15 21:22:17 +0400
committerIgor Pashev <pashev.igor@gmail.com>2013-05-15 21:22:17 +0400
commite954d7e2d9f7e1df9675b60bab4f43e89919be7d (patch)
treef44637e43a62e227ec2a13a04387b83724d2f6e1
parent560721d82e3ab3dbcad34a2798fcf06f7f79baaa (diff)
downloadstmf-e954d7e2d9f7e1df9675b60bab4f43e89919be7d.tar.gz
No need to check for libintl
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a4e5b3a..3534df2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -56,7 +56,6 @@ AC_CHECK_LIB([scf], [scf_transaction_property_change], [], [
])
AC_SEARCH_LIBS([pow], [m])
-AC_SEARCH_LIBS([gettext], [intl])
# Checks for typedefs, structures, and compiler characteristics.