Rely more on PKG_INFO and remove header checks which didn't test
for --enable-xxx.
This commit is contained in:
12
configure.ac
12
configure.ac
@@ -15,7 +15,7 @@ dnl along with this program; if not, write to the Free Software
|
||||
dnl Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
||||
dnl 02111-1307, USA.
|
||||
|
||||
AC_REVISION([$Id: configure.ac,v 1.34 2003/08/31 01:01:39 rocky Exp $])dnl
|
||||
AC_REVISION([$Id: configure.ac,v 1.35 2003/08/31 08:03:37 rocky Exp $])dnl
|
||||
AC_INIT(lib/cdio.c)
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
AM_INIT_AUTOMAKE(libcdio, 0.63)
|
||||
@@ -87,16 +87,6 @@ dnl headers
|
||||
AC_STDC_HEADERS
|
||||
AC_CHECK_HEADERS(stdint.h inttypes.h stdbool.h)
|
||||
|
||||
AC_CHECK_HEADER(cddb/cddb.h, ,
|
||||
[ AC_MSG_RESULT([*** CDDB support disabled from cd-info program])
|
||||
enable_cddb=no ],
|
||||
)
|
||||
|
||||
AC_CHECK_HEADER(libvcd/info.h, ,
|
||||
[ AC_MSG_RESULT([*** Video CD info disabled from cd-info program])
|
||||
enable_vcdinfo=no ],
|
||||
)
|
||||
|
||||
dnl compiler
|
||||
AC_C_BIGENDIAN
|
||||
AC_C_CONST
|
||||
|
||||
Reference in New Issue
Block a user