From 86c9babf652abd1503fe12faebfb5c36cba721c3 Mon Sep 17 00:00:00 2001 From: "Peter W. Draper" <p.w.draper@durham.ac.uk> Date: Tue, 19 Dec 2017 13:50:33 +0000 Subject: [PATCH] Typo --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index cee319982f..6162bc7c17 100644 --- a/configure.ac +++ b/configure.ac @@ -42,7 +42,7 @@ AC_PROG_CC AM_PROG_CC_C_O # If debug is selected then we also define SWIFT_DEVELOP_MODE to control -# and developer code options. +# any developer code options. if test "x$ax_enable_debug" != "xno"; then AC_DEFINE([SWIFT_DEVELOP_MODE],1,[Enable developer code options]) fi -- GitLab