More auto* fixes and moved dolt macros to m4/dolt.m4
[mono.git] / eglib / configure.ac
index 2c81a36f5f132e547d072acadc88b7c8e0bf0331..1a046f091d47ce633861ba0f23cf4e44303a674a 100644 (file)
@@ -104,8 +104,6 @@ AC_CHECK_SIZEOF(long long)
 AC_CHECK_FUNCS(strndup strlcpy stpcpy getpwuid_r strtok_r rewinddir vasprintf)
 AM_CONDITIONAL(NEED_VASPRINTF, test x$have_vasprintf = x )
 AM_ICONV()
-AC_SUBST(LIBICONV)
-LIBS="$LIBS $LIBICONV"
 AC_SEARCH_LIBS(sqrtf, m)
 
 # nanosleep may not be part of libc, also search it in other libraries