summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2002-09-20 15:52:21 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2002-09-20 15:52:21 +0000
commit153b641aba6fcc96aa80e86c7b7ac04233b03506 (patch)
treeb0b28fe0ddc4a3c6aa8c81105e1574f730ee6241
parent0a06bccf23f2b2d040094d0c2f084b7a7142867c (diff)
downloadxine-lib-153b641aba6fcc96aa80e86c7b7ac04233b03506.tar.gz
xine-lib-153b641aba6fcc96aa80e86c7b7ac04233b03506.tar.bz2
- fix problem with HAVE_IP_MREQN
- first attempt to solve the skin problem CVS patchset: 2722 CVS date: 2002/09/20 15:52:21
-rw-r--r--configure.ac8
1 files changed, 7 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ffdbc5ef1..ca38454ba 100644
--- a/configure.ac
+++ b/configure.ac
@@ -652,6 +652,9 @@ dnl ---------------------------------------------
dnl ip_mreqn
dnl ---------------------------------------------
AC_CHECK_IP_MREQN
+if test x"$have_ip_mreqn" = "xyes"; then
+ AC_DEFINE(HAVE_IP_MREQN,1,[Define this if you have ip_mreqn in netinet/in.h])
+fi
dnl ---------------------------------------------
@@ -959,11 +962,14 @@ AC_DEFINE_UNQUOTED(XINE_LOCALEDIR, "$XINE_LOCALEPATH",[Path where catalog files
AC_SUBST(XINE_LOCALEPATH)
AC_SUBST(XINE_PLUGINDIR)
-AC_SUBST(XINE_DEMUXDIR)
AC_SUBST(XINE_FONTDIR)
AC_SUBST(XINE_LOCALEDIR)
+dnl Where architecture independent data (e.g. logo) will/should be installed
+eval XINE_DATADIR="${datadir}/xine"
+AC_SUBST(XINE_DATADIR)
+
dnl Where scripts will/should be installed.
eval XINE_SCRIPTPATH="${datadir}/xine/scripts"
AC_SUBST(XINE_SCRIPTPATH)