From bb368b5485dee4793e13663e534a512dc7107958 Mon Sep 17 00:00:00 2001
From: loikki <loic.hausammann@protonmail.ch>
Date: Tue, 26 Feb 2019 09:56:48 +0100
Subject: [PATCH] fix configure

---
 configure.ac | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index 194c819ed5..19b8e1293f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -299,10 +299,10 @@ AC_ARG_ENABLE([naive-interactions-stars],
    [AS_HELP_STRING([--enable-naive-interactions-stars],
      [Activate use of naive cell interaction functions for stars @<:@yes/no@:>@]
    )],
-   [enable_naive_interactions-stars="$enableval"],
-   [enable_naive_interactions-stars="no"]
+   [enable_naive_interactions_stars="$enableval"],
+   [enable_naive_interactions_stars="no"]
 )
-if test "$enable_naive_interactions-stars" = "yes"; then
+if test "$enable_naive_interactions_stars" = "yes"; then
    AC_DEFINE([SWIFT_USE_NAIVE_INTERACTIONS_STARS],1,[Enable use of naive cell interaction functions for stars])
 fi
 
-- 
GitLab