2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 21:45:37 +00:00

[3109] Re-justify paragraph (after changes in previous commits)

This commit is contained in:
Mukund Sivaraman
2013-09-12 12:51:49 +05:30
parent 37bb1f516e
commit 2f3324cbee

View File

@@ -88,14 +88,14 @@ or
./configure --with-gtest-source=/path/to/your/gtest/dir ./configure --with-gtest-source=/path/to/your/gtest/dir
@endcode @endcode
There are other useful switches which can be passed to configure. It is always a good There are other useful switches which can be passed to configure. It is
idea to use \c --enable-logger-checks, which does sanity checks on logger always a good idea to use \c --enable-logger-checks, which does sanity
parameters. If you happen to modify anything in the documentation, use checks on logger parameters. If you happen to modify anything in the
\c --enable-generate-docs. If you are modifying DHCP code, you are likely documentation, use \c --enable-generate-docs. If you are modifying DHCP
to be interested in enabling the MySQL backend for DHCP. Note that if the backend code, you are likely to be interested in enabling the MySQL backend for
is not enabled, MySQL specific unit-tests are skipped. From that DHCP. Note that if the backend is not enabled, MySQL specific unit-tests
perspective, it is useful to use \c --with-dhcp-mysql. For a are skipped. From that perspective, it is useful to use
complete list of all switches, use: \c --with-dhcp-mysql. For a complete list of all switches, use:
@code @code
./configure --help ./configure --help