[goffice] Fix obvious typo that broke this AC_DEFINE macro
- From: Jasper Lievisse Adriaanse <jasperla src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [goffice] Fix obvious typo that broke this AC_DEFINE macro
- Date: Mon, 3 Oct 2011 07:23:01 +0000 (UTC)
commit 0622412ce92ed8bf078928e555036b66f6c9ddff
Author: Jasper Lievisse Adriaanse <jasper humppa nl>
Date: Mon Oct 3 09:22:40 2011 +0200
Fix obvious typo that broke this AC_DEFINE macro
configure.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.in b/configure.in
index bc6931a..b9b9fac 100644
--- a/configure.in
+++ b/configure.in
@@ -460,7 +460,7 @@ dnl Handle systems that have stuff in -lm.
AC_CHECK_FUNCS(log)
if test $ac_cv_func_log = no; then
AC_CHECK_LIB(m, log,
- [AC_DEFINE(H,AVE_LOG, 1,
+ [AC_DEFINE(HAVE_LOG, 1,
[Define if the log function is available]
)
LIBS="$LIBS -lm"])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]