powerguru-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Powerguru-commit] [SCM] powerguru branch, master, updated. fb3adfaa1980


From: Rob Savoye
Subject: [Powerguru-commit] [SCM] powerguru branch, master, updated. fb3adfaa19804d1dd4ba91d87b9e63777c681a4b
Date: Tue, 18 Dec 2018 14:09:40 -0500 (EST)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "powerguru".

The branch, master has been updated
       via  fb3adfaa19804d1dd4ba91d87b9e63777c681a4b (commit)
      from  8df8c0ae6c849c4c039aed3ab0134b622b0de293 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/powerguru.git/commit/?id=fb3adfaa19804d1dd4ba91d87b9e63777c681a4b


commit fb3adfaa19804d1dd4ba91d87b9e63777c681a4b
Author: Rob Savoye <address@hidden>
Date:   Tue Dec 18 12:09:35 2018 -0700

    Fix ownet test

diff --git a/configure.ac b/configure.ac
index d835770..104d133 100644
--- a/configure.ac
+++ b/configure.ac
@@ -313,9 +313,10 @@ dnl dnl OWFS
 LDFLAGS="${save_LDFLAGS} -l"
 AC_MSG_CHECKING([For libownet development files])
 AC_TRY_COMPILE([#include <owcapi.h>], [
- int foo = OWFS_VERSION;
+   char *foo = OWFS_VERSION;
+   foo += 1;
   ],
-  has_ownet=yes
+  has_ownet=yes,
   has_ownet=no
 )
 AC_MSG_RESULT([${has_ownet}])
@@ -336,6 +337,7 @@ dnl mariadb development files
 dnl FIXME
 dnl FIXME: add tests for libownet-dev
 
+dnl These tests use the C++ compiler
 save_CC="${CC}"
 CC="${CXX}"
 AC_MSG_CHECKING([For Boost development files])
@@ -364,7 +366,7 @@ AC_MSG_RESULT([${has_dejagnu}])
 CC="${save_CC}"
 
 dnl FIXME: Force this definition as there is a type conflict between the 
net-snmp
-dnl defintion and tje sys/types,h one.
+dnl defintion and the sys/types,h one.
 AC_DEFINE([HAVE_SSIZE_T], [1], [Has ssize_t defined])
 AC_DEFINE([HAVE_STRTOULL], [1], [Has strtoull defined])
 

-----------------------------------------------------------------------

Summary of changes:
 configure.ac | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
powerguru



reply via email to

[Prev in Thread] Current Thread [Next in Thread]