From 12099437dce991abc9fa7504b3d5fd5946e05f5e Mon Sep 17 00:00:00 2001 From: dmiller Date: Wed, 7 Oct 2015 18:25:49 +0000 Subject: [PATCH] Fix a typo autoconf variable name --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index c463e8691..8304a0c00 100644 --- a/Makefile.in +++ b/Makefile.in @@ -80,7 +80,7 @@ INSTALLNSE=@INSTALLNSE@ BUILDZENMAP=@BUILDZENMAP@ BUILDNDIFF=@BUILDNDIFF@ BUILDNPING=@BUILDNPING@ -BUILDNCAT=@BUILDNCAT@ +BUILDNCAT=@NCAT_BUILD@ INSTALLZENMAP=@INSTALLZENMAP@ INSTALLNDIFF=@INSTALLNDIFF@ INSTALLNPING=@INSTALLNPING@