17 Feb 2003 09:26
sinek configure.ac,1.2,1.3
<dilinger <at> users.sourceforge.net>
2003-02-17 08:26:29 GMT
2003-02-17 08:26:29 GMT
Update of /cvsroot/sinek/sinek
In directory sc8-pr-cvs1:/tmp/cvs-serv23278
Modified Files:
configure.ac
Log Message:
fixes all over the place
Index: configure.ac
===================================================================
RCS file: /cvsroot/sinek/sinek/configure.ac,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- configure.ac 23 Jan 2003 08:05:12 -0000 1.2
+++ configure.ac 17 Feb 2003 08:25:56 -0000 1.3
<at> <at> -39,13 +39,18 <at> <at>
dnl Checks for libraries
dnl
AM_PATH_GLIB_2_0(2.0.0,, AC_MSG_ERROR(*** glib-2.0 or greater is required ***))
-AM_PATH_GTK_2_0(2.0.0,, AC_MSG_ERROR(*** gtk+-2.0 or greater is required ***))
+AM_PATH_GTK_2_0(2.0.0,, AC_MSG_ERROR(*** gtk+-2.0 or greater is required ***), "gthread")
AM_PATH_XINE(1.0.0,, AC_MSG_ERROR(*** You should install xine-lib first ***))
XINE_LOCALEDIR="`echo $xine_locale_dir|sed -e 's/\^'$escapedprefix/'\${prefix}'/`"
AC_SUBST(XINE_LOCALEDIR)
AC_DEFINE_UNQUOTED(XINE_LOCALEDIR, "$XINE_LOCALEDIR", [Path where catalog files will be])
AC_PATH_X
+if test "$no_x" != "yes"; then
+ AC_DEFINE(GTK_XINE_X11, 1, [Define this is you want to compile with x11 support])
(Continue reading)
RSS Feed