mirror of
https://github.com/videolan/vlc.git
synced 2024-11-23 18:03:48 +08:00
configure.ac: forward $no_x to automake
This will allow to know whether --without-x was provided or not.
This commit is contained in:
parent
7dbba62d6a
commit
09534b06d0
@ -3267,6 +3267,7 @@ dnl Xlib
|
||||
dnl
|
||||
|
||||
AC_PATH_XTRA()
|
||||
AM_CONDITIONAL([HAVE_X], [test "$no_x" != "yes"])
|
||||
|
||||
dnl
|
||||
dnl X C Bindings modules
|
||||
|
Loading…
Reference in New Issue
Block a user