diff mbox

libgo patch committed: Fix typo in configure.ac

Message ID mcrzjp1gmxv.fsf@iant-glaptop.roam.corp.google.com
State New
Headers show

Commit Message

Ian Lance Taylor Nov. 19, 2013, 2:11 a.m. UTC
This patch to libgo/configure.ac fixes a typo.  Thanks to Roland McGrath
for pointing it out.  Bootstrapped and ran Go testsuite on
x86_64-unknown-linux-gnu.  Committed to mainline.

Ian
diff mbox

Patch

diff -r 9b8deb2de52b libgo/configure.ac
--- a/libgo/configure.ac	Fri Nov 15 09:20:05 2013 -0800
+++ b/libgo/configure.ac	Mon Nov 18 18:09:24 2013 -0800
@@ -154,7 +154,7 @@ 
 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)