Build STlink support by default lpc
authorKeith Packard <keithp@keithp.com>
Sun, 5 May 2013 23:13:40 +0000 (16:13 -0700)
committerKeith Packard <keithp@keithp.com>
Sun, 5 May 2013 23:13:40 +0000 (16:13 -0700)
Signed-off-by: Keith Packard <keithp@keithp.com>
configure.ac

index d61dcc16098b200842beb6365bbe24d0b1ee5506..0f2f6b54174094f34c786a04ccab86d160e0722e 100644 (file)
@@ -477,7 +477,7 @@ AC_ARG_ENABLE([buspirate],
 
 AC_ARG_ENABLE([stlink],
   AS_HELP_STRING([--enable-stlink], [Enable building support for the ST-Link JTAG Programmer]),
 
 AC_ARG_ENABLE([stlink],
   AS_HELP_STRING([--enable-stlink], [Enable building support for the ST-Link JTAG Programmer]),
-  [build_stlink=$enableval], [build_stlink=no])
+  [build_stlink=$enableval], [build_stlink=yes])
 
 AC_ARG_ENABLE([osbdm],
   AS_HELP_STRING([--enable-osbdm], [Enable building support for the OSBDM (JTAG only) Programmer]),
 
 AC_ARG_ENABLE([osbdm],
   AS_HELP_STRING([--enable-osbdm], [Enable building support for the OSBDM (JTAG only) Programmer]),