Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Sep 2009 14:41:18 GMT
From:      Stanislav Sedov <stas@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 168617 for review
Message-ID:  <200909171441.n8HEfIBY096665@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=168617

Change 168617 by stas@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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909171441.n8HEfIBY096665>