]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
VG_ARCH doesn't exist any more, use VG_ARCH_PRI in valgrind.pc.in.
authorNicholas Nethercote <njn@valgrind.org>
Tue, 20 Jan 2009 06:06:20 +0000 (06:06 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Tue, 20 Jan 2009 06:06:20 +0000 (06:06 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8991

valgrind.pc.in

index bd03509100a97b884e16824ee990bf46236ee1b8..6246b923d6ca078775ebd1ba6d040993d5a0fe63 100644 (file)
@@ -2,7 +2,7 @@ prefix=@prefix@
 exec_prefix=@exec_prefix@
 libdir=@libdir@
 includedir=@includedir@/valgrind
-arch=@VG_ARCH@
+arch=@VG_ARCH_PRI@
 os=@VG_OS@
 platform=@VG_PLATFORM_PRI@
 valt_load_address=@VALT_LOAD_ADDRESS@