summaryrefslogtreecommitdiff
path: root/audio/libmikmod/patches/patch-ac
blob: 4119f50ca4c2ac3994fc9f1894db76bb93a08407 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
$NetBSD: patch-ac,v 1.4 2001/06/19 16:00:06 jlam Exp $

--- configure.orig	Mon Feb 14 15:20:17 2000
+++ configure
@@ -1862,6 +1862,7 @@
 fi
 
 
+if false ; then
 # Check if makeinfo support html output. If it doesn't, pretend it's missing
 # rather than failing rebuilding the documentation.
 echo $ac_n "checking if makeinfo supports html output""... $ac_c" 1>&6
@@ -1882,6 +1883,7 @@
 then
 	MAKEINFO="$missing_dir/missing makeinfo"
 fi
+fi
 
 # ====================
 # Check for libraries.
@@ -2447,7 +2449,7 @@
 if eval "test \"`echo '$''{'libmikmod_cv_esd_needs_alsa'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
-  if (esd-config --libs 2>&1 |grep asound >/dev/null) 2>/dev/null
+  if ($ESD_CONFIG --libs 2>&1 |grep asound >/dev/null) 2>/dev/null
 		then
 			libmikmod_cv_esd_needs_alsa=yes
 		else