]> git.pld-linux.org Git - packages/WSoundServer.git/blame - WSoundServer-libdockapp.patch
- dropped pre-cvs changelog
[packages/WSoundServer.git] / WSoundServer-libdockapp.patch
CommitLineData
2a919038 1--- WSoundServer-0.4.1.orig/configure.in 2001-01-28 17:36:12.000000000 +0100
2+++ WSoundServer-0.4.1/configure.in 2004-11-07 19:06:51.635578616 +0100
3@@ -107,8 +107,8 @@
4 dnl =====================
5 LIBDA=""
6
7-WS_CHECK_LIB(dockapp, DAInitialize, $X_EXTRA_LIBS -lX11 -lXext -lXpm)
8-if test "x$ac_cv_lib_dockapp_DAInitialize" = xyes; then
9+WS_CHECK_LIB(dockapp, DAOpenDisplay, $X_EXTRA_LIBS -lX11 -lXext -lXpm)
10+if test "x$ac_cv_lib_dockapp_DAOpenDisplay" = xyes; then
11 WS_CHECK_HEADER(dockapp.h)
12 if test "x$ac_cv_header_dockapp_h" = xyes; then
13 LIBDA="-ldockapp -lX11 -lXext -lXpm"
14@@ -122,7 +122,7 @@
15 echo " Please read INSTALL to find where you can find libdockapp,"
16 echo " and install it first."
17 echo " If you already have it installed, try using the"
18- if test "x$ac_cv_lib_dockapp_DAInitialize" != xyes; then
19+ if test "x$ac_cv_lib_dockapp_DAOpenDisplay" != xyes; then
20 echo " --with-libs-from flag to tell configure where the library"
21 echo " is installed and"
22 fi
This page took 0.080888 seconds and 4 git commands to generate.