build: Fix simple spelling mistake

This commit is contained in:
Marcel Holtmann 2018-09-14 16:09:39 +02:00
parent 463eaa0fa9
commit 6d1f1331e6
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ fi
AC_SUBST(SYSTEMD_UNITDIR, [${path_systemd_unitdir}])
AC_ARG_ENABLE(sim_hardcoded, AC_HELP_STRING([--enable-sim-hardcoded],
[enabled hard coded SIM keys]),
[enable hard coded SIM keys]),
[enable_sim_hardcoded=${enableval}])
AM_CONDITIONAL(SIM_HARDCODED, test "${enable_sim_hardcoded}" = "yes")