Update of libtool files, use of HAVE_SNPRINTF, Daniel.
diff --git a/configure.in b/configure.in
index cbe37ad..31042fe 100644
--- a/configure.in
+++ b/configure.in
@@ -41,7 +41,7 @@
 dnl
 dnl Corba is enabled by default
 dnl
-if test "$enable_java" = "no" ; then
+if test "$enable_corba" = "no" ; then
    CORBA_CFLAGS="-DWITHOUT_CORBA"
 fi
 AC_SUBST(CORBA_CFLAGS)