[GIT] ppl/ppl(master): Typo fixed.

Module: ppl/ppl Branch: master Commit: 927cd666b49dd94a46130ec2aec39bef12eaddd9 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=927cd666b49dd...
Author: Roberto Bagnara bagnara@cs.unipr.it Date: Wed Mar 25 21:17:32 2009 +0100
Typo fixed.
---
configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac index f9103eb..f6dbd1c 100644 --- a/configure.ac +++ b/configure.ac @@ -803,7 +803,7 @@ AM_CONDITIONAL(BUILD_PPL_LPSOL, test x"$build_ppl_lpsol" = xyes) # Define lists of available interfaces: lowercase and blank-separated. non_prolog_interfaces="cxx c ocaml java" prolog_interfaces="ciao_prolog gnu_prolog sicstus_prolog swi_prolog xsb_prolog yap_prolog" -available_interfaces="${nonprolog_interfaces} ${prolog_interfaces}" +available_interfaces="${non_prolog_interfaces} ${prolog_interfaces}"
# This is the list of interfaces that are enabled by default. default_interfaces=${available_interfaces}
participants (1)
-
Roberto Bagnara