apr-util: allow iconv-stub use
[feed/packages.git] / libs / apr-util / Makefile
index 6fe72ed982e96f484d3c10da56d1105b93d8ec7c..ce80a36430f28338d5e795455cd47bf28054e1d4 100644 (file)
@@ -39,15 +39,10 @@ CONFIGURE_ARGS += \
        --with-pgsql=no \
        --with-apr="$(STAGING_DIR)/usr/bin/apr-1-config" \
        --with-expat="$(STAGING_DIR)/usr" \
+       --with-iconv="$(ICONV_PREFIX)" \
        --without-sqlite2 \
        --with-sqlite3="$(STAGING_DIR)/usr"
 
-ifdef $(CONFIG_BUILD_NLS)
-       CONFIGURE_ARGS += --with-iconv="$(ICONV_PREFIX)"
-else
-       CONFIGURE_ARGS += --without-iconv
-endif
-
 CONFIGURE_VARS += \
        ac_cv_file_dbd_apr_dbd_mysql_c=no \
        ac_cv_path_ODBC_CONFIG= \