aboutsummaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2005-11-15 06:58:03 +0000
committerAde Lovett <ade@FreeBSD.org>2005-11-15 06:58:03 +0000
commit8f92d87d66da56547f2abfa466fdb82477ed83fe (patch)
treef56fb969c6a70f5e63287a4f791d035ab1ef0ddc /Mk
parent6a96cb96ca97e4f6071e04265008ecc097114259 (diff)
downloadports-8f92d87d66da56547f2abfa466fdb82477ed83fe.tar.gz
ports-8f92d87d66da56547f2abfa466fdb82477ed83fe.zip
Notes
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.autotools.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/Mk/bsd.autotools.mk b/Mk/bsd.autotools.mk
index f09f2f982ca5..265daa371a78 100644
--- a/Mk/bsd.autotools.mk
+++ b/Mk/bsd.autotools.mk
@@ -75,7 +75,6 @@ USE_AUTOTOOLS_COMPAT+= libtool:${WANT_LIBTOOL_VER}:env
# Ensure that we're not mixing and matching old and new systems
#
.if ${USE_AUTOTOOLS_COMPAT}!=""
-.warning "Old autotools variables detected. Replace with USE_AUTOTOOLS= ${USE_AUTOTOOLS_COMPAT}"
. if defined(USE_AUTOTOOLS)
BROKEN+= "Mix and match of old and new autotools system prohibited"
. else