Browse code

build: cleanup: yet another forgotten brackets

Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
Acked-by: David Sommerseth <davids@redhat.com>
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 <davids@redhat.com>

Alon Bar-Lev authored on 2012/05/05 15:49:00
Showing 1 changed files
... ...
@@ -252,7 +252,7 @@ AC_ARG_WITH(
252 252
 	[with_crypto_library="openssl"]
253 253
 )
254 254
 
255
-AC_DEFINE_UNQUOTED(TARGET_ALIAS, "${host}", [A string representing our host])
255
+AC_DEFINE_UNQUOTED([TARGET_ALIAS], ["${host}"], [A string representing our host])
256 256
 case "$host" in
257 257
 	*-*-linux*)
258 258
 		AC_DEFINE([TARGET_LINUX], [1], [Are we running on Linux?])