diff options
author | Jeremy Lea <reg@FreeBSD.org> | 2002-05-18 21:39:08 +0000 |
---|---|---|
committer | Jeremy Lea <reg@FreeBSD.org> | 2002-05-18 21:39:08 +0000 |
commit | 4f87b1161ce48f6daed9a06970e4df8e47ba9035 (patch) | |
tree | 36283f6ba2fc00f7896436828fec5403bac5817c /databases/grass/files/patch-configure.in | |
parent | Add dbdesigner preview 2, a visual database design tool. Usable already (diff) |
Unbreak and upgrade to 5.0.0.pre4.
Prodded by: kris, Jason Morgan <jwm-freebsd@sentinelchicken.net>
Diffstat (limited to 'databases/grass/files/patch-configure.in')
-rw-r--r-- | databases/grass/files/patch-configure.in | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/databases/grass/files/patch-configure.in b/databases/grass/files/patch-configure.in index c3571ebfefda..505cfdb7b74b 100644 --- a/databases/grass/files/patch-configure.in +++ b/databases/grass/files/patch-configure.in @@ -9,19 +9,6 @@ if test -n "$with_libs"; then for dir in $with_libs; do -@@ -392,9 +392,9 @@ - ])]) - AC_SUBST(DLLIB) - --AC_CHECK_FUNC(iconv, ICONVLIB=, [ --AC_CHECK_LIB(giconv, iconv, ICONVLIB=-lgiconv, [ -- AC_MSG_WARN([*** Unable to locate iconv() function.]) -+AC_CHECK_FUNC(libiconv, ICONVLIB=, [ -+AC_CHECK_LIB(giconv, libiconv, ICONVLIB=-lgiconv, [ -+ AC_MSG_WARN([*** Unable to locate libiconv() function.]) - ICONVLIB= - ])]) - AC_SUBST(ICONVLIB) @@ -439,7 +439,7 @@ LOC_CHECK_INC_PATH(dbm,DBM,DBMINCPATH) |