From a8237fc43ee1d0cd3ca10fe964c0db21313eca35 Mon Sep 17 00:00:00 2001 From: vimene Date: Tue, 21 Nov 2023 21:34:35 +0100 Subject: fixed macro in the wrong place --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index b5d3b52..f74eefb 100644 --- a/configure.ac +++ b/configure.ac @@ -22,13 +22,13 @@ AS_CASE(["$host_os"], DEPS_CFLAGS="-Ix86_64-w64-mingw32/include/SDL2" DEPS_LIBS="-Lx86_64-w64-mingw32/lib -lSDL2 -municode" AC_DEFINE([__WINDOWS__], [], [Compile for Windows]) - AC_SUBST([DEPS_CFLAGS]) - AC_SUBST([DEPS_LIBS]) ], [*], [ AC_MSG_ERROR([Unsupported OS.]) ] ) +AC_SUBST([DEPS_CFLAGS]) +AC_SUBST([DEPS_LIBS]) # AC_DEFINE([ENABLE_NCURSES], [], [Enable ncurses]) # AC_CHECK_LIB([ncurses], [initscr]) -- cgit v1.2.3