mirror of https://github.com/odrling/Aegisub
Add error message if X include path detection fails. Closes #1009.
Originally committed to SVN as r6064.
This commit is contained in:
parent
55f8cb3685
commit
76b8df425d
|
@ -314,6 +314,9 @@ fi
|
||||||
# Check for X include/lib.
|
# Check for X include/lib.
|
||||||
##########################
|
##########################
|
||||||
AC_PATH_XTRA
|
AC_PATH_XTRA
|
||||||
|
if test "$no_x" = "yes" && test "$build_darwin" != "yes"; then
|
||||||
|
AC_MSG_FAILURE([You must have a working copy of X installed.])
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
######################################
|
######################################
|
||||||
|
|
Loading…
Reference in New Issue