From: Alon Bar-Lev Date: Sat, 5 May 2012 06:49:00 +0000 (+0300) Subject: build: cleanup: yet another forgotten brackets X-Git-Tag: v2.3_alpha2~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6440083e2ae0d71b0f02c8fd44446ea1fbd6e3a7;p=thirdparty%2Fopenvpn.git build: cleanup: yet another forgotten brackets Signed-off-by: Alon Bar-Lev Acked-by: David Sommerseth Message-Id: 1336200540-10327-1-git-send-email-alon.barlev@gmail.com URL: http://article.gmane.org/gmane.network.openvpn.devel/6434 Signed-off-by: David Sommerseth --- diff --git a/configure.ac b/configure.ac index 3c1757bd6..913ace63e 100644 --- a/configure.ac +++ b/configure.ac @@ -252,7 +252,7 @@ AC_ARG_WITH( [with_crypto_library="openssl"] ) -AC_DEFINE_UNQUOTED(TARGET_ALIAS, "${host}", [A string representing our host]) +AC_DEFINE_UNQUOTED([TARGET_ALIAS], ["${host}"], [A string representing our host]) case "$host" in *-*-linux*) AC_DEFINE([TARGET_LINUX], [1], [Are we running on Linux?])