Summary: | arts' configure fails to find my OSS installation | ||
---|---|---|---|
Product: | [Unmaintained] configure | Reporter: | Torsten Kasch <tk> |
Component: | general | Assignee: | Stephan Kulow <coolo> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Solaris | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | patch for arts/configure.in.in |
Description
Torsten Kasch
2003-11-16 17:26:23 UTC
Created attachment 4079 [details]
patch for arts/configure.in.in
Use KDE_CHECK_HEADERS() macro for sys/soundcard.h test so that CPPFLAGS are
used.
Subject: arts CVS commit by coolo: applying the patch to fix solaris OSS CCMAIL: 68382-done@bugs.kde.org M +3 -1 configure.in.in 1.96 --- arts/configure.in.in #1.95:1.96 @@ -58,5 +58,7 @@ AC_HEADER_DIRENT AC_HEADER_STDC -AC_CHECK_HEADERS(fcntl.h sys/time.h unistd.h sys/cdefs.h fnmatch.h sysent.h strings.h sys/stat.h sys/select.h sys/socket.h linux/socket.h socketbits.h sigaction.h paths.h malloc.h monetary.h sys/param.h limits.h sys/mnttab.h mntent.h fstab.h sys/soundcard.h) +AC_CHECK_HEADERS(fcntl.h sys/time.h unistd.h sys/cdefs.h fnmatch.h sysent.h strings.h sys/stat.h sys/select.h sys/socket.h linux/socket.h socketbits.h sigaction.h paths.h malloc.h monetary.h sys/param.h limits.h sys/mnttab.h mntent.h fstab.h) + +KDE_CHECK_HEADERS(sys/soundcard.h) dnl Checks for libraries. |