diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2014-08-18 22:08:30 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2014-08-18 22:08:30 +0200 |
commit | cb3c88e020dbfd028f7d8b79b9bf97bcb0b34ea5 (patch) | |
tree | 77a4aa43ce21d7ade33243af9666e4a6fe2a4cb7 /src/config.y | |
parent | 5d111c83ff2fb9fb1e094ccfdfa919a4731ec05b (diff) | |
download | fastd-cb3c88e020dbfd028f7d8b79b9bf97bcb0b34ea5.tar fastd-cb3c88e020dbfd028f7d8b79b9bf97bcb0b34ea5.zip |
Rename WITH_VERIFY CMake option to WITH_DYNAMIC_PEERS
Diffstat (limited to 'src/config.y')
-rw-r--r-- | src/config.y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.y b/src/config.y index 3513216..9b5d13d 100644 --- a/src/config.y +++ b/src/config.y @@ -412,7 +412,7 @@ on_disestablish: sync_def_async TOK_STRING { ; on_verify: sync_def_async TOK_STRING { -#ifdef WITH_VERIFY +#ifdef WITH_DYNAMIC_PEERS fastd_shell_command_set(&conf.on_verify, $2->str, $1); #else fastd_config_error(&@$, state, "`on verify' is not supported by this version of fastd"); |