summaryrefslogtreecommitdiff
path: root/libgtop-sysdeps.m4
diff options
context:
space:
mode:
authorBenoit Dejean <bdejean@gmail.com>2015-02-28 02:12:23 +0100
committerRobert Roth <robert.roth.off@gmail.com>2015-06-26 02:57:41 +0300
commitf76b37be1bea2451707a08ae919d9cdf0dc3823d (patch)
tree78e5637a946e16608c00527f4048f8e5288bdf84 /libgtop-sysdeps.m4
parentb2fee3e111aa205888d9a4417371fa9cd8e2ab83 (diff)
downloadlibgtop-f76b37be1bea2451707a08ae919d9cdf0dc3823d.tar.gz
Rename NEED_LIBGTOP to LIBGTOP_NEED_SERVER.
Diffstat (limited to 'libgtop-sysdeps.m4')
-rw-r--r--libgtop-sysdeps.m48
1 files changed, 4 insertions, 4 deletions
diff --git a/libgtop-sysdeps.m4 b/libgtop-sysdeps.m4
index 1ee8e2f2..747fc88b 100644
--- a/libgtop-sysdeps.m4
+++ b/libgtop-sysdeps.m4
@@ -7,8 +7,8 @@ dnl * 'libgtop_sysdeps_dir' - sysdeps dir for libgtop.
dnl * 'libgtop_use_machine_h' - some of system dependend parts of libgtop provide
dnl their own header file. In this case we need to
dnl define 'HAVE_GLIBTOP_MACHINE_H'.
-dnl * 'libgtop_need_server' - is the server really needed? Defines 'NEED_LIBGTOP'
-dnl if true; defines conditional 'NEED_LIBGTOP'.
+dnl * 'libgtop_need_server' - is the server really needed? Defines 'LIBGTOP_NEED_SERVER'
+dnl if true; defines conditional 'LIBGTOP_NEED_SERVER'.
AC_DEFUN([GNOME_LIBGTOP_SYSDEPS],[
AC_REQUIRE([AC_CANONICAL_HOST])
@@ -311,7 +311,7 @@ main (void)
AC_MSG_RESULT($libgtop_need_server)
if test x$libgtop_need_server = xyes ; then
- AC_DEFINE(NEED_LIBGTOP, 1, [Define if libgtop is required])
+ AC_DEFINE(LIBGTOP_NEED_SERVER, 1, [Define if libgtop server is required])
fi
if test x$libgtop_use_machine_h = xyes ; then
@@ -319,7 +319,7 @@ main (void)
[Define if machine.h in libgtop sysdeps dir])
fi
- AM_CONDITIONAL(NEED_LIBGTOP, test x$libgtop_need_server = xyes)
+ AM_CONDITIONAL(LIBGTOP_NEED_SERVER, test x$libgtop_need_server = xyes)
AM_CONDITIONAL(LIBGTOP_SYSDEPS_PRIVATE_MOUNTLIST, test x$libgtop_sysdeps_private_mountlist = xyes)
AM_CONDITIONAL(LIBGTOP_SYSDEPS_PRIVATE_FSUSAGE, test x$libgtop_sysdeps_private_fsusage = xyes)
])