From kde-multimedia Mon Apr 02 17:39:22 2001 From: Date: Mon, 02 Apr 2001 17:39:22 +0000 To: kde-multimedia Subject: macro change request X-MARC-Message: https://marc.info/?l=kde-multimedia&m=98623349608886 MIME-Version: 1 Content-Type: multipart/mixed; boundary="--ELM986233162-26424-0_" --ELM986233162-26424-0_ Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Hi ! After the change of the KDE_CHECK_LIB macro yesterday, I would like to ask someone to replace the AC_CHECK_LIB in kdelibs/arts/configure.in.in with KDE_CHECK_LIB. The updated KDE_CHECK_LIB macro allows configure to find .so files on AIX which AC_CHECK_LIB doesn't do. Thanks, Carsten --ELM986233162-26424-0_ Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: attachment; filename=kdelibs.patch Content-Description: ./kdelibs.patch Content-Transfer-Encoding: 7bit --- kdelibs/arts/configure.in.in.orig Mon Apr 2 16:11:26 2001 +++ kdelibs/arts/configure.in.in Mon Apr 2 16:11:43 2001 @@ -39,7 +39,7 @@ AC_LANG_C AC_CHECK_HEADER(audiofile.h, [ - AC_CHECK_LIB(audiofile,afOpenFile,[ + KDE_CHECK_LIB(audiofile,afOpenFile,[ dnl LDFLAGS in case it's in KDEDIR/lib LIBAUDIOFILE="$LDFLAGS -laudiofile" AC_DEFINE(HAVE_LIBAUDIOFILE, 1, --ELM986233162-26424-0_-- _______________________________________________ Kde-multimedia mailing list Kde-multimedia@master.kde.org http://master.kde.org/mailman/listinfo/kde-multimedia