Commit 9b40cbf5 authored by Simon Kelley's avatar Simon Kelley

Fix FTBFS when TFTP disabled.

parent c4a7f90e
...@@ -125,7 +125,7 @@ int main (int argc, char **argv) ...@@ -125,7 +125,7 @@ int main (int argc, char **argv)
#endif #endif
#ifndef HAVE_TFTP #ifndef HAVE_TFTP
if (option_bool(OPT_TFTP) if (option_bool(OPT_TFTP))
die(_("TFTP server not available: set HAVE_TFTP in src/config.h"), NULL, EC_BADCONF); die(_("TFTP server not available: set HAVE_TFTP in src/config.h"), NULL, EC_BADCONF);
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment