]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
build: cleanup: yet another forgotten brackets
authorAlon Bar-Lev <alon.barlev@gmail.com>
Sat, 5 May 2012 06:49:00 +0000 (09:49 +0300)
committerDavid Sommerseth <davids@redhat.com>
Fri, 1 Jun 2012 21:25:10 +0000 (23:25 +0200)
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>
configure.ac

index 3c1757bd6bd0ab2c7bcfcca71c2bd953b98c0716..913ace63e625d25a291061841e497e5a840ecda7 100644 (file)
@@ -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?])