diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 60a74c2..802eccb 100644 --- a/configure.ac +++ b/configure.ac @@ -42,9 +42,6 @@ case $host_os in ;; esac -# Checks for library functions. -AC_CHECK_FUNCS([inet_aton]) - # Internationalization & localization support AC_SEARCH_LIBS([gettext], [intl], [USE_GETTEXT="yes"], [USE_GETTEXT="no"]) AC_MSG_CHECKING([where to install localized messages]) |