Commit 2475d2c2 authored by dscho's avatar dscho

configure: use _cv_ in cache var name

Newer autoconf fails if _cv_ is not in the cache var name.
Signed-off-by: 's avatarMike Frysinger <vapier@gentoo.org>
Signed-off-by: 's avatarJohannes Schindelin <johannes.schindelin@gmx.de>
parent 0bbdd92b
......@@ -682,7 +682,7 @@ if test ! -d ./rfb; then
fi
AC_CREATE_STDINT_H(rfb/rfbint.h)
AC_CACHE_CHECK([for in_addr_t],
inaddrt, [
vnc_cv_inaddrt, [
AC_TRY_COMPILE([#include <sys/types.h>
#include <netinet/in.h>],
[in_addr_t foo; return 0;],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment