File: fix-autoreconf_missing_template.patch

package info (click to toggle)
xmbmon 2.05-8
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, stretch
  • size: 928 kB
  • ctags: 910
  • sloc: ansic: 6,089; sh: 2,151; perl: 87; makefile: 79
file content (16 lines) | stat: -rw-r--r-- 688 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Fix missing template in configure.in.
Author: Lucas de Castro Borges <lucascastroborges@gmail.com>.
Last-Update: 2015-08-10
Index: xmbmon-2.05/configure.in
===================================================================
--- xmbmon-2.05.orig/configure.in
+++ xmbmon-2.05/configure.in
@@ -43,7 +43,7 @@ AC_CHECK_LIB(m, fabs)
 dnl Checks for header files.
 AC_HEADER_STDC
 AC_CHECK_HEADERS(fcntl.h sys/ioctl.h sys/time.h unistd.h)
-AC_CHECK_HEADERS(machine/smb.h,[AC_DEFINE(HAVE_SMBUS)])
+AC_CHECK_HEADERS(machine/smb.h,[AC_DEFINE(HAVE_SMBUS, 1, Checks for typedefs)])
 dnl Checks for typedefs, structures, and compiler characteristics.
 
 dnl Checks for library functions.