afaict freebsd5 was the last one to have libxpg4 anyway.
>From e237d29033b95741cf5d42ef59a6b5ab21977e56 Mon Sep 17 00:00:00 2001
From: Tamas TEVESZ <[email protected]>
Date: Wed, 24 Mar 2010 19:36:51 +0100
Subject: [PATCH] Remove looking for libxpg4 on FreeBSD
---
configure.ac | 12 ------------
1 files changed, 0 insertions(+), 12 deletions(-)
diff --git a/configure.ac b/configure.ac
index 10464e8..11e0c60 100644
--- a/configure.ac
+++ b/configure.ac
@@ -362,18 +362,6 @@ for lang in $LINGUAS; do
done
-dnl Kanji Characters support
-dnl ========================
-
-case $host_os in
- freebsd*)
- AC_CHECK_LIB(xpg4, setlocale, [LIBS="$LIBS -lxpg4"]);;
- *)
- ;;
-esac
-
-
-
dnl Added by Oliver - Support for NLSDIR option, Hi Oliver!
dnl ===========================================
AC_ARG_WITH(nlsdir,
--
1.7.0
--
[-]
mkdir /nonexistent
From e237d29033b95741cf5d42ef59a6b5ab21977e56 Mon Sep 17 00:00:00 2001
From: Tamas TEVESZ <[email protected]>
Date: Wed, 24 Mar 2010 19:36:51 +0100
Subject: [PATCH] Remove looking for libxpg4 on FreeBSD
---
configure.ac | 12 ------------
1 files changed, 0 insertions(+), 12 deletions(-)
diff --git a/configure.ac b/configure.ac
index 10464e8..11e0c60 100644
--- a/configure.ac
+++ b/configure.ac
@@ -362,18 +362,6 @@ for lang in $LINGUAS; do
done
-dnl Kanji Characters support
-dnl ========================
-
-case $host_os in
- freebsd*)
- AC_CHECK_LIB(xpg4, setlocale, [LIBS="$LIBS -lxpg4"]);;
- *)
- ;;
-esac
-
-
-
dnl Added by Oliver - Support for NLSDIR option, Hi Oliver!
dnl ===========================================
AC_ARG_WITH(nlsdir,
--
1.7.0