libreplace: fix warnings with autoconf-2.62 rename ac_ => libreplace_cv_
authorStefan Metzmacher <metze@samba.org>
Mon, 9 Jun 2008 08:38:09 +0000 (10:38 +0200)
committerStefan Metzmacher <metze@samba.org>
Mon, 9 Jun 2008 08:54:28 +0000 (10:54 +0200)
commit1b955253ff34f6a8a431899051dd784ace32a9ba
tree4b3b161072e18a0e3f15d21043a62bf7df58a081
parentb0d43b862ab909c262d2298e0b344c4eecc0efee
libreplace: fix warnings with autoconf-2.62 rename ac_ => libreplace_cv_

AC_CACHE_VAL() variables must contain _cv_ to be cached.

metze
(This used to be commit 67e43860b4973a458676b36785570bb4a66e046a)
source4/lib/replace/win32.m4