Merged from myself.
[awesomized/libmemcached] / m4 / pandora_optimize.m4
index 627bb277c3db8b4697dad0ca1086725b1503794d..f38d9bb50708fa9be7304cc093b614a87f2cfe20 100644 (file)
@@ -8,8 +8,6 @@ AC_DEFUN([PANDORA_OPTIMIZE],[
   dnl First check for gcc and g++
   AS_IF([test "$GCC" = "yes"],[
 
-    AC_DEFINE([_GNU_SOURCE],[1],[Fix problem with S_ISLNK() on Linux])
-
     dnl The following is required for portable results of floating point 
     dnl calculations on PowerPC. The same must also be done for IA-64, but 
     dnl this options is missing in the IA-64 gcc backend.