X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=configure.ac;h=7b82be10e215040e26959bcf6863d9b44b347169;hp=0a9a658676dd83daf79586f778e494df152e9cee;hb=e1e1d4742c4f75603e177a3dc4338a7e265bbabb;hpb=39650e2273bcae868d9509fe36515936ce25aacb diff --git a/configure.ac b/configure.ac index 0a9a658676..7b82be10e2 100644 --- a/configure.ac +++ b/configure.ac @@ -772,15 +772,15 @@ else fi if test $build_stlink = yes; then - AC_DEFINE(BUILD_STLINK, 1, [1 if you want the ST-Link JTAG driver.]) + AC_DEFINE([BUILD_STLINK], [1], [1 if you want the ST-Link JTAG driver.]) else - AC_DEFINE(BUILD_STLINK, 0, [0 if you don't want the ST-Link JTAG driver.]) + AC_DEFINE([BUILD_STLINK], [0], [0 if you don't want the ST-Link JTAG driver.]) fi if test $build_osbdm = yes; then - AC_DEFINE(BUILD_OSBDM, 1, [1 if you want the OSBDM driver.]) + AC_DEFINE([BUILD_OSBDM], [1], [1 if you want the OSBDM driver.]) else - AC_DEFINE(BUILD_OSBDM, 0, [0 if you don't want the OSBDM driver.]) + AC_DEFINE([BUILD_OSBDM], [0], [0 if you don't want the OSBDM driver.]) fi if test "$use_internal_jimtcl" = yes; then