projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59cf400
)
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
Jakob Bornecrantz
<jakob@vmware.com>
Thu, 15 Oct 2009 00:25:48 +0000
(
01:25
+0100)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 085f419929c715e3be8d7487c3b6ab945973a77f..f8b9b538101c57e390942810666e62d0274ce17c 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-1152,9
+1152,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"
;;