summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4e16e21c496..7c778a0d0e1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Mon Feb 7 05:32:32 2005 J.T. Conklin <jtc@acorntoolworks.com>
+
+ * configure.ac:
+
+ Configure ACEXML makefiles if ACEXML directory exists.
+
Mon Feb 7 13:18:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
* bin/tao_other_tests.lst:
diff --git a/configure.ac b/configure.ac
index 4db5372e8c6..59424a775ce 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7566,7 +7566,7 @@ AC_CONFIG_FILES([
])
dnl Configure subdirectories if they are present.
-if test -d $srcdir/ACEXML -a X$ace_user_with_acexml = Xyes; then
+if test -d $srcdir/ACEXML; then
AC_CONFIG_FILES([
ACEXML/Makefile
ACEXML/common/Makefile