autoconf: Fix case for not having package

(cherry picked from commit 5c4bdbd825)
This commit is contained in:
Jakob Bornecrantz
2009-10-15 01:24:53 +01:00
committed by Michel Dänzer
parent 601edbef17
commit a11750218f

View File

@@ -1159,9 +1159,9 @@ yes)
fi
if test "$tracker" = xorg; then
PKG_CHECK_MODULES(XEXT, [xextproto >= 7.0.99.1],
HAVE_XEXTPROTO_71="yes"; DEFINES="$DEFINES -DHAVE_XEXTPROTO_71"
HAVE_XEXTPROTO_71="yes"; DEFINES="$DEFINES -DHAVE_XEXTPROTO_71",
HAVE_XEXTPROTO_71="no")
fi
fi
done
GALLIUM_STATE_TRACKERS_DIRS="$state_trackers"
;;