From fcb9a008c9ff817c31a1df00a29a4fb7e7b6e0c9 Mon Sep 17 00:00:00 2001 From: Peter Verthez Date: Sun, 29 Dec 2002 17:05:25 +0000 Subject: [PATCH] Simplification of paths in gedcom-config. --- configure.in | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/configure.in b/configure.in index fcd0b25..d59e896 100644 --- a/configure.in +++ b/configure.in @@ -110,6 +110,7 @@ if test "${with_libiconv_prefix+set}" = set; then ICONV_PATH=`echo "$withval" | tr : '/bin:'` ICONV_PATH="$ICONV_PATH/bin" fi +AC_SUBST(ICONV_LIBPATH) AC_SUBST(ICONV_PATH) AC_MSG_CHECKING(for location of iconv) @@ -136,11 +137,6 @@ library (see README). ]) fi -case "$host_os" in - darwin*) # Hack to get correct locale_charset() function - LDFLAGS="$ICONV_LIBPATH -liconv $LDFLAGS";; -esac - AC_OUTPUT(GNUmakefile Makefile gedcom-config -- 2.30.2