1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-09-29 21:49:07 +00:00

temp undo of commit 1201

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1202 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
Nikolas Garofil 2008-06-30 23:07:42 +00:00
parent aeb059a727
commit 8f947b898c

View File

@ -321,7 +321,6 @@ if test x"$want_portmon" = xyes; then
AC_MSG_ERROR([missing a needed network header for port monitoring])
fi
WANT_GLIB=yes
WANT_POSIX_SOURCE=yes
AC_DEFINE(TCP_PORT_MONITOR, 1, [Define if you want tcp port monitoring support])
fi
fi
@ -455,14 +454,6 @@ if test x$WANT_GLIB = xyes; then
LIBS="$LIBS $GLib2_LIBS"
fi
dnl
dnl _POSIX_SOURCE
dnl
if test x$WANT_POSIX_SOURCE = xyes; then
CFLAGS="$CFLAGS -D _POSIX_SOURCE"
fi
dnl
dnl KVM
dnl