summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmil Velikov <emil.velikov@collabora.com>2016-01-20 11:08:42 +0200
committerEmil Velikov <emil.l.velikov@gmail.com>2016-03-02 11:12:40 +0000
commitb2c8f88d2ea3b77b615b5ddb193968d2e795eb48 (patch)
tree87369e90c4b17427a6c4c2c13b941542edee5405
parentdbac8da0c7dc205f0b7087c0fb3b4a3e9ed3b08f (diff)
configure.ac: fix comment typo
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 4088936..d9392e6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -266,7 +266,7 @@ AS_IF([test "x$HAVE_SYNC_INTRINSICS" = "xyes"],
[AC_DEFINE([HAVE_SYNC_INTRINSICS], 1,
[Define to 1 if the compiler supports __sync intrinsic functions.])])
-# See if the linker supports the --no-undefiend flag.
+# See if the linker supports the --no-undefined flag.
AX_CHECK_LINK_FLAG([-Xlinker --no-undefined],
[AC_SUBST([LINKER_FLAG_NO_UNDEFINED], ["-Xlinker --no-undefined"])],
[AC_SUBST([LINKER_FLAG_NO_UNDEFINED], [""])])