diff options
author | Martijn Kaijser <martijn@xbmc.org> | 2016-04-26 17:11:26 +0200 |
---|---|---|
committer | Martijn Kaijser <martijn@xbmc.org> | 2016-04-26 17:11:26 +0200 |
commit | 0f61af537dcb276ffef7c65cd9229bbf62649cdd (patch) | |
tree | 7d0b1850e9302621292541132f025c68ab192c42 /configure.ac | |
parent | 2b24c9b2acba6d04bff1d04037d46410c55b34bd (diff) | |
parent | 3bdf3bf5ccd34ebe9818d5e670b89ba0ce4e4e0c (diff) |
Merge pull request #9401 from OpenELEC/configure-cleanup
Configure cleanup, this removes some leftovers in configure.ac
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 7340b62604..49dc1b1962 100644 --- a/configure.ac +++ b/configure.ac @@ -198,7 +198,6 @@ libplist_not_found="== Could not find libplist. AirPlay support disabled. ==" libplist_disabled="== AirPlay support disabled. ==" alsa_not_found="== Could not find ALSA. ALSA support disabled. ==" dbus_not_found="== Could not find DBUS. DBUS support disabled. ==" -sdl_joystick_not_found="== Could not find SDL2. Joystick support disabled. ==" libcap_disabled="== Capabilities detection support disabled. ==" libcap_not_found="== Could not find libcap. Capabilities detection support disabled. ==" gtest_enabled="== Google Test Framework will be configured. ==" @@ -587,7 +586,6 @@ case $host in use_libcec=no use_vtbdecoder=yes use_optical_drive=no - use_dvdcss=no use_gles=yes use_cpu=cortex-a8 ARCH="arm-osx" @@ -650,7 +648,6 @@ case $host in CORE_SYSTEM_NAME=linux ARCH="mips" use_arch="mips" - use_joystick=no use_gles=no use_gl=yes use_sdl=yes |