Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 101674 | Differences between
and this patch

Collapse All | Expand All

(-)linuxwacom-0.6.9/acinclude.m4 (-1 / +1 lines)
Lines 202-208 Link Here
202
[ WCM_XORGSDK="$withval"; ])
202
[ WCM_XORGSDK="$withval"; ])
203
if test -n "$WCM_XORGSDK"; then
203
if test -n "$WCM_XORGSDK"; then
204
	AC_MSG_CHECKING(for valid Xorg SDK)
204
	AC_MSG_CHECKING(for valid Xorg SDK)
205
	if test -f $WCM_XORGSDK/include/xf86Version.h; then
205
	if test -f $WCM_XORGSDK/include/xorg/xf86Version.h; then
206
		WCM_ENV_XORGSDK=yes
206
		WCM_ENV_XORGSDK=yes
207
		AC_MSG_RESULT(ok)
207
		AC_MSG_RESULT(ok)
208
	elif test -f $WCM_XORGSDK/xc/include/xf86Version.h; then
208
	elif test -f $WCM_XORGSDK/xc/include/xf86Version.h; then
(-)linuxwacom-0.6.9/aclocal.m4 (-1 / +1 lines)
Lines 215-221 Link Here
215
[ WCM_XORGSDK="$withval"; ])
215
[ WCM_XORGSDK="$withval"; ])
216
if test -n "$WCM_XORGSDK"; then
216
if test -n "$WCM_XORGSDK"; then
217
	AC_MSG_CHECKING(for valid Xorg SDK)
217
	AC_MSG_CHECKING(for valid Xorg SDK)
218
	if test -f $WCM_XORGSDK/include/xf86Version.h; then
218
	if test -f $WCM_XORGSDK/include/xorg/xf86Version.h; then
219
		WCM_ENV_XORGSDK=yes
219
		WCM_ENV_XORGSDK=yes
220
		AC_MSG_RESULT(ok)
220
		AC_MSG_RESULT(ok)
221
	elif test -f $WCM_XORGSDK/xc/include/xf86Version.h; then
221
	elif test -f $WCM_XORGSDK/xc/include/xf86Version.h; then
(-)linuxwacom-0.6.9/configure (-1 / +1 lines)
Lines 8210-8216 Link Here
8210
if test -n "$WCM_XORGSDK"; then
8210
if test -n "$WCM_XORGSDK"; then
8211
	echo "$as_me:$LINENO: checking for valid Xorg SDK" >&5
8211
	echo "$as_me:$LINENO: checking for valid Xorg SDK" >&5
8212
echo $ECHO_N "checking for valid Xorg SDK... $ECHO_C" >&6
8212
echo $ECHO_N "checking for valid Xorg SDK... $ECHO_C" >&6
8213
	if test -f $WCM_XORGSDK/include/xf86Version.h; then
8213
	if test -f $WCM_XORGSDK/include/xorg/xf86Version.h; then
8214
		WCM_ENV_XORGSDK=yes
8214
		WCM_ENV_XORGSDK=yes
8215
		echo "$as_me:$LINENO: result: ok" >&5
8215
		echo "$as_me:$LINENO: result: ok" >&5
8216
echo "${ECHO_T}ok" >&6
8216
echo "${ECHO_T}ok" >&6

Return to bug 101674