Changeset 455 for bmp-musepack/trunk/configure.ac
- Timestamp:
- 11/07/09 20:03:01 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
bmp-musepack/trunk/configure.ac
r34 r455 12 12 AC_PROG_INSTALL 13 13 14 CXXFLAGS="-O3 -fomit-frame-pointer" 15 14 16 AC_HEADER_STDC 15 17 AC_CHECK_HEADERS([fcntl.h stdlib.h string.h unistd.h wchar.h]) … … 20 22 AC_TYPE_SIZE_T 21 23 22 PKG_CHECK_MODULES( BEEP, [bmp >= 0.9.7],24 PKG_CHECK_MODULES(AUDACIOUS, [audclient >= 1.0.0], 23 25 [], 24 [AC_MSG_ERROR([ BMP >= 0.9.7development package not installed])]26 [AC_MSG_ERROR([AUDACIOUS >= 1.0.0 development package not installed])] 25 27 ) 26 28 27 BEEP_PLUGIN_DIR=`pkg-config --variable input_plugin_dir bmp`28 AC_SUBST( BEEP_PLUGIN_DIR)29 AUD_PLUGIN_DIR=`pkg-config --variable input_plugin_dir audacious` 30 AC_SUBST(AUD_PLUGIN_DIR) 29 31 30 32 PKG_CHECK_MODULES(GTK, [gtk+-2.0 >= 2.4.0], … … 38 40 ) 39 41 40 CXXFLAGS="$CXXFLAGS -O3 -fomit-frame-pointer" 41 AC_CHECK_HEADERS(mpcdec/config_types.h,,AC_MSG_ERROR([*** Libmpcdec not installed - please install first ***])) 42 AC_CHECK_HEADERS(mpc/mpc_types.h,,AC_MSG_ERROR([*** Libmpcdec not installed - please install first ***])) 42 43 43 44 AC_DEFUN([AC_HAVE_TAGLIB],
Note: See TracChangeset
for help on using the changeset viewer.