changeset 487:a2478a8475ee trunk

[svn] Remove X11 dependency. Audacious can now run anywhere where GTK is available. Please port me to your favourite operating system.
author nenolod
date Mon, 23 Jan 2006 14:11:40 -0800
parents c4a560cb40f9
children cb0f36590d98
files configure.ac
diffstat 1 files changed, 0 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Mon Jan 23 14:07:43 2006 -0800
+++ b/configure.ac	Mon Jan 23 14:11:40 2006 -0800
@@ -158,15 +158,6 @@
    AC_DEFINE(XMMS_EQ, , [Define if building with old XMMS equalization code.])
 fi
 
-
-dnl Check for X
-dnl FIXME: remove this dependency
-
-AC_PATH_XTRA
-if test "$no_x" = "yes" ; then
-    AC_MSG_ERROR([Cannot find X11 headers/libraries])
-fi
-
 dnl Check for GTK/GLib/GThread/Pango
 
 PKG_CHECK_MODULES(GTK, [glib-2.0 >= 2.4.0 gtk+-2.0 >= 2.4.0 gthread-2.0 pango],