diff options
author | Alexander Dahl <ada@thorsis.com> | 2020-03-10 15:38:38 +0100 |
---|---|---|
committer | Alexander Dahl <ada@thorsis.com> | 2020-03-10 15:38:38 +0100 |
commit | b681570899df5adcb0f29519d284ddcc5d8a7f6c (patch) | |
tree | 180aff1894afed64f3cd4e6f7efc1b5c2a5f6de9 /configure.ac | |
parent | 201e359363cd73dfec137e6a8103801b8707e66c (diff) |
Update remaining advise to edit options.h
You should edit localoptions.h instead.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 9996c34..b98f095 100644 --- a/configure.ac +++ b/configure.ac @@ -873,4 +873,4 @@ AC_MSG_NOTICE([crypt() not available, dropbear server will not have password aut fi AC_MSG_NOTICE() -AC_MSG_NOTICE([Now edit options.h to choose features.]) +AC_MSG_NOTICE([Now edit localoptions.h to choose features.]) |