mirror of
https://github.com/archlinux/aur.git
synced 2026-02-09 22:44:04 +01:00
11 lines
445 B
Diff
11 lines
445 B
Diff
--- configure.in.orig 2011-06-02 17:12:27.644646802 -0700
|
|
+++ configure.in 2011-06-02 17:12:38.988134340 -0700
|
|
@@ -712,7 +712,7 @@
|
|
USE_EXTERNAL_SAMBA=0
|
|
BUILD_WAVEFORM=1
|
|
else
|
|
- LIBS+="/usr/lib/libmysqlclient.so.16 "
|
|
+ LIBS+="/usr/lib/libmysqlclient.so.18 "
|
|
LIBS+="/usr/lib/libcdio.a "
|
|
AC_CHECK_HEADER([FLAC/stream_decoder.h],, AC_MSG_ERROR($missing_library))
|
|
AC_CHECK_LIB([SDL_mixer], [main],, AC_MSG_ERROR($missing_library))
|