aboutsummaryrefslogtreecommitdiff
path: root/libgo/configure.ac
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>2013-11-19 02:11:38 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2013-11-19 02:11:38 +0000
commit824393bd5bfa1b82c01511dfb931c5caa4a6f109 (patch)
tree9ad0a25d8975e6680408b2b151081b4c662eb643 /libgo/configure.ac
parent672a6cc318754bc01948359cda7335b83c4bf027 (diff)
downloadgcc-824393bd5bfa1b82c01511dfb931c5caa4a6f109.zip
gcc-824393bd5bfa1b82c01511dfb931c5caa4a6f109.tar.gz
gcc-824393bd5bfa1b82c01511dfb931c5caa4a6f109.tar.bz2
libgo: Fix typo for is_dragonfly in configure script.
From-SVN: r204999
Diffstat (limited to 'libgo/configure.ac')
-rw-r--r--libgo/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/configure.ac b/libgo/configure.ac
index 1e84dc7..0ffcaf9 100644
--- a/libgo/configure.ac
+++ b/libgo/configure.ac
@@ -154,7 +154,7 @@ AM_CONDITIONAL(LIBGO_IS_IRIX, test $is_irix = yes)
AM_CONDITIONAL(LIBGO_IS_LINUX, test $is_linux = yes)
AM_CONDITIONAL(LIBGO_IS_NETBSD, test $is_netbsd = yes)
AM_CONDITIONAL(LIBGO_IS_OPENBSD, test $is_openbsd = yes)
-AM_CONDITIONAL(LIBGO_IS_DRAGONFLY, test $is_dragonly = yes)
+AM_CONDITIONAL(LIBGO_IS_DRAGONFLY, test $is_dragonfly = yes)
AM_CONDITIONAL(LIBGO_IS_RTEMS, test $is_rtems = yes)
AM_CONDITIONAL(LIBGO_IS_SOLARIS, test $is_solaris = yes)
AC_SUBST(GOOS)