diff configure.in @ 133:79a526595d16

Fixed spec-file generation and errors in the specfile.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 16 Jan 2004 05:47:05 +0000
parents 1e38806f7a3b
children 7cc2cc5f6f21
line wrap: on
line diff
--- a/configure.in	Fri Jan 16 02:53:02 2004 +0000
+++ b/configure.in	Fri Jan 16 05:47:05 2004 +0000
@@ -6,7 +6,7 @@
 AC_PREREQ(2.56)
 
 dnl Initialize
-AC_INIT(XMMS-SID, 0.8.0beta8, ccr@tnsp.org)
+AC_INIT(XMMS-SID, 0.8.0beta9, ccr@tnsp.org)
 AC_COPYRIGHT([[(C) 2003-2004 Matti 'ccr' Hämäläinen]])
 AC_CONFIG_SRCDIR(src/xmms-sid.h)
 AM_INIT_AUTOMAKE
@@ -190,7 +190,6 @@
 fi
 if test "$xs_have_sidplay1" = yes; then
 	AC_DEFINE(HAVE_SIDPLAY1)
-	xs_reqlib="$xs_reqlib libsidplay.so.1"
 	OPT_SIDPLAY1="yes"
 fi
 
@@ -210,7 +209,6 @@
 fi
 if test "$xs_have_sidplay2" = yes; then
 	AC_DEFINE(HAVE_SIDPLAY2)
-	xs_reqlib="$xs_reqlib libsidplay.so.2"
 	OPT_SIDPLAY2="yes"
 	BUILDERS_FIND
 	BUILDERS_FIND_RESID
@@ -238,8 +236,6 @@
 fi
 
 
-AC_SUBST(REQUIRE_LIBRARY,$xs_reqlib)
-
 dnl ***
 dnl *** Check if we have some emulator library available?
 dnl ***