Fix one missed bit from the serverabiver -> serverminver rename

This commit is contained in:
David Nusinow 2007-03-01 22:06:04 -05:00
parent 1344bb9ded
commit 4a943db256
1 changed files with 1 additions and 1 deletions

View File

@ -366,7 +366,7 @@ endif
.PHONY: serverabi
serverabi:
ifeq ($(SERVERABI),)
ifeq ($(SERVERMINVERS),)
@echo error: xserver-xorg-dev needs to be installed
@exit 1
else