From fa4a943c17e47bf910596a414fd7287983350b9b Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Sun, 24 Feb 2008 03:11:57 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'RELEASE_7_0_0'. --- .../xerces-c2-devel/scripts/check-config-options | 24 ---------------------- 1 file changed, 24 deletions(-) delete mode 100644 textproc/xerces-c2-devel/scripts/check-config-options (limited to 'textproc/xerces-c2-devel/scripts/check-config-options') diff --git a/textproc/xerces-c2-devel/scripts/check-config-options b/textproc/xerces-c2-devel/scripts/check-config-options deleted file mode 100644 index 4c2701570194..000000000000 --- a/textproc/xerces-c2-devel/scripts/check-config-options +++ /dev/null @@ -1,24 +0,0 @@ -#!/bin/sh -# $FreeBSD$ - -rc=0 - -if test -n "${WITH_NATIVE}"; then - rc=$(expr $rc + 1) -fi -if test -n "${WITH_ICU}"; then - rc=$(expr $rc + 1) -fi -if test -n "${WITH_ICONVFBSD}"; then - rc=$(expr $rc + 1) -fi - -if test ${rc} -gt 1; then - echo "ERROR: please re-run make config and" >&2 - echo "only select one of the three transcoders." >&2 - exit 254 -fi - -exit 0 - -# end -- cgit v1.2.3