From 489e66705754d0d3ee21d651c01cae684e54661f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B3zef=20Kucia?= Date: Wed, 21 Sep 2016 12:57:24 +0200 Subject: [PATCH] build: Fix VKD3D_CFLAGS typo. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 77a5476e..ad26f296 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ LT_PREREQ([2.4.2]) LT_INIT dnl Check compiler specific flags -AC_SUBST(VKD3D_CLFAGS, "") +AC_SUBST(VKD3D_CFLAGS, "") if test "x${GCC}" = "xyes" then VKD3D_CFLAGS="-Wall -pipe"