PERFORCE change 168617 for review

Stanislav Sedov stas at FreeBSD.org
Thu Sep 17 14:41:19 UTC 2009


http://perforce.freebsd.org/chv.cgi?CH=168617

Change 168617 by stas at stas_deglitch on 2009/09/17 14:41:13

	- Do not check for freebsd version.

Affected files ...

.. //depot/projects/valgrind/configure.in#14 edit

Differences ...

==== //depot/projects/valgrind/configure.in#14 (text+ko) ====

@@ -813,16 +813,6 @@
 	;;
 esac
     ;;
-    freebsd)
-AC_MSG_CHECKING([the libc version])
-libc="4x"
-case "${libc}" in
-     4x)
-       AC_MSG_RESULT(freebsd-4.x family)
-       AC_DEFINE([LIBC_4X], 1, [Define to 1 if you're using FreeBSD-4.x libc])
-       DEFAULT_SUPP="libc-4x.supp ${DEFAULT_SUPP}"
-       ;;
-esac
 esac
 
 AC_SUBST(GLIBC_VERSION)


More information about the p4-projects mailing list