temp undo of commit 1201
authorNikolas Garofil <ngarofil@users.sourceforge.net>
Mon, 30 Jun 2008 23:07:42 +0000 (23:07 +0000)
committerNikolas Garofil <ngarofil@users.sourceforge.net>
Mon, 30 Jun 2008 23:07:42 +0000 (23:07 +0000)
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1202 7f574dfc-610e-0410-a909-a81674777703

configure.ac.in

index 05b35ba..eaff8e6 100644 (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
@@ -456,14 +455,6 @@ if test x$WANT_GLIB = xyes; then
 fi
 
 dnl
-dnl _POSIX_SOURCE
-dnl
-
-if test x$WANT_POSIX_SOURCE = xyes; then
-        CFLAGS="$CFLAGS -D _POSIX_SOURCE"
-fi
-
-dnl
 dnl KVM
 dnl