diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2012-09-29 20:14:34 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2012-09-29 20:14:34 +0000 |
commit | f2fa459f73ddf0f8dc41aceed65e78073642a487 (patch) | |
tree | f5b8148cd2b594dd0b0edc4df331120fdff7c429 /configure | |
parent | 53be4a646bfb29c684ca8180a691625cc9932feb (diff) |
Applied configure changes.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15284,7 +15284,7 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_iconv_iconv" >&5 $as_echo "$ac_cv_lib_iconv_iconv" >&6; } if test "x$ac_cv_lib_iconv_iconv" = x""yes; then : - SOCKET_LIBS="-liconv" + ICONV_LIBS="-liconv" $as_echo "#define LIBICONV 1" >>confdefs.h |