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

Roberto Bagnara bagnara at cs.unipr.it
Wed Mar 25 21:17:36 CET 2009


Module: ppl/ppl
Branch: master
Commit: 927cd666b49dd94a46130ec2aec39bef12eaddd9
URL:    http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=927cd666b49dd94a46130ec2aec39bef12eaddd9

Author: Roberto Bagnara <bagnara at 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}




More information about the PPL-devel mailing list