summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAlon Bar-Lev <alon.barlev@gmail.com>2012-05-05 09:49:00 +0300
committerDavid Sommerseth <davids@redhat.com>2012-06-01 23:25:10 +0200
commit6440083e2ae0d71b0f02c8fd44446ea1fbd6e3a7 (patch)
tree3b6fa18e8413ffe027624914a7d53f477420deeb /configure.ac
parent722027a2798b46cab8be69a830eff1b4ba678739 (diff)
downloadopenvpn-6440083e2ae0d71b0f02c8fd44446ea1fbd6e3a7.tar.gz
openvpn-6440083e2ae0d71b0f02c8fd44446ea1fbd6e3a7.tar.xz
openvpn-6440083e2ae0d71b0f02c8fd44446ea1fbd6e3a7.zip
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>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 3c1757b..913ace6 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?])