Changeset 410 for libmpc/trunk/configure.in
- Timestamp:
- 10/06/08 20:30:46 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libmpc/trunk/configure.in
r384 r410 11 11 AC_CHECK_HEADERS(replaygain/gain_analysis.h) 12 12 13 AC_CANONICAL_HOST() 14 case $host_os in 15 *mingw32* ) 16 LDFLAGS="${LDFLAGS} -mwindows" 17 EXTRALIBS="-lwinmm" 18 ;; 19 * ) 20 EXTRALIBS="" 21 ;; 22 esac 23 24 AC_SUBST([EXTRALIBS]) 25 13 26 AC_OUTPUT(Makefile include/Makefile libmpcdec/Makefile libmpcenc/Makefile \ 14 27 libmpcpsy/Makefile libwavformat/Makefile mpc2sv8/Makefile mpcchap/Makefile mpccut/Makefile \
Note: See TracChangeset
for help on using the changeset viewer.