autoconf: Fix case for not having package
(cherry picked from commit 5c4bdbd825
)
This commit is contained in:

committed by
Michel Dänzer

parent
601edbef17
commit
a11750218f
@@ -1159,9 +1159,9 @@ yes)
|
|||||||
fi
|
fi
|
||||||
if test "$tracker" = xorg; then
|
if test "$tracker" = xorg; then
|
||||||
PKG_CHECK_MODULES(XEXT, [xextproto >= 7.0.99.1],
|
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")
|
HAVE_XEXTPROTO_71="no")
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
GALLIUM_STATE_TRACKERS_DIRS="$state_trackers"
|
GALLIUM_STATE_TRACKERS_DIRS="$state_trackers"
|
||||||
;;
|
;;
|
||||||
|
Reference in New Issue
Block a user