summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f448759..756e494 100644
--- a/configure.ac
+++ b/configure.ac
@@ -46,6 +46,7 @@ AC_ARG_WITH(
;;
*)
SH="${withval}"
+ AC_SUBST([SH])
;;
esac
],
@@ -57,7 +58,6 @@ AC_ARG_WITH(
]
)
-AC_SUBST([SH])
AC_CONFIG_FILES([Makefile])
AC_CONFIG_FILES([config.sh])
AC_CONFIG_FILES([tests/aux/defs.sh])