From b1db5b51f1015ee580e56c0964bbb4acba4d8bcf Mon Sep 17 00:00:00 2001 From: Guilhem Bonnefille Date: Sat, 22 Aug 2015 22:17:06 +0200 Subject: [PATCH] Fixed typo on the bzip2 option's name in configure To fix this error, there were two solutions: - change the name of the option - change the description I decided to change the name of the option. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index feef8287..66fa53ba 100644 --- a/configure.ac +++ b/configure.ac @@ -283,7 +283,7 @@ esac AM_CONDITIONAL([REALTIME_GPS_TRACKING], [test x$ac_cv_enable_realtimegpstracking = xyes]) # BZIP2 -AC_ARG_ENABLE(bz2, AC_HELP_STRING([--enable-bzip2], +AC_ARG_ENABLE(bzip2, AC_HELP_STRING([--enable-bzip2], [enable bzip2 Support (default is enable).]), [ac_cv_enable_bzip2=$enableval], [ac_cv_enable_bzip2=yes]) -- 2.39.5