Browse Source

Fix autoconf

Baptiste Jonglez 7 years ago
parent
commit
7f55e229b4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      configure.ac

+ 1 - 1
configure.ac

@@ -1002,7 +1002,7 @@ if test "$with_radcli" != no; then
         fi
 fi
 
-AM_CONDITIONAL(ENABLE_RADCLI, test "$use_radcli" = "yes")
+AM_CONDITIONAL(HAVE_RADCLI, test "$use_radcli" = "yes")
 
 
 # Check for MySql.  The path to the mysql_config program is given with