summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 0 insertions, 8 deletions
diff --git a/configure b/configure
index 0e871d21c6..2ef0498756 100755
--- a/configure
+++ b/configure
@@ -627,14 +627,6 @@ require2(){
check_lib2 "$headers" $func "$@" || die "ERROR: $name not found"
}
-require_cpp_condition(){
- name="$1"
- header="$2"
- cpp_condition="$3"
- shift 3
- check_cpp_condition $header "$cpp_condition" || die "ERROR: $name does not satisfy CPP condition: $cpp_condition"
-}
-
check_foo_config(){
cfg=$1
pkg=$2