diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2013-05-15 21:22:17 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2013-05-15 21:22:17 +0400 |
commit | e954d7e2d9f7e1df9675b60bab4f43e89919be7d (patch) | |
tree | f44637e43a62e227ec2a13a04387b83724d2f6e1 | |
parent | 560721d82e3ab3dbcad34a2798fcf06f7f79baaa (diff) | |
download | stmf-e954d7e2d9f7e1df9675b60bab4f43e89919be7d.tar.gz |
No need to check for libintl
-rw-r--r-- | configure.ac | 1 |
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. |