projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
601edbe
)
autoconf: Fix case for not having package
author
Jakob Bornecrantz
<jakob@vmware.com>
Thu, 15 Oct 2009 00:24:53 +0000
(
01:24
+0100)
committer
Michel Dänzer
<michel@daenzer.net>
Mon, 23 Nov 2009 19:09:36 +0000
(20:09 +0100)
(cherry picked from commit
5c4bdbd825934fe01330890d360b61caa06fdc8d
)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 85385452c04b7451e8b9285e6009ffb438b5fb88..5fe3a94496788cb056aff5e880ad76ad82169aaf 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-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"
;;