9063bf009b
A flexible always present 'window bar' for holding application launchers and small 'applet' style applications. A number of applets are included in the module.
13 lines
524 B
Text
13 lines
524 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2005/12/31 13:32:30 peter Exp $
|
|
|
|
--- configure.ac.orig 2005-01-11 14:24:31.000000000 -0800
|
|
+++ configure.ac
|
|
@@ -183,7 +183,7 @@ if test x$enable_linux_apm = xyes; then
|
|
AC_DEFINE(HAVE_APM_H, [1], [Have Linux APM headers])
|
|
fi
|
|
|
|
-AC_CHECK_HEADERS(apmvar.h, enable_bsd_apm=yes, enable_bsd_apm=no)
|
|
+AC_CHECK_HEADERS(machine/apmvar.h, enable_bsd_apm=yes, enable_bsd_apm=no)
|
|
if test x$enable_bsd_apm = xyes; then
|
|
AC_DEFINE(HAVE_APMVAR_H, [1], [Have BSD APM headers])
|
|
miniapm_enabled="yes"
|