summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-02-07 13:34:37 +0000
committerjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-02-07 13:34:37 +0000
commite020c2634b1ad5f02151e20e8e442c52b394e2b5 (patch)
tree4346db0dac2cd912480b7034c2a238332a69b717
parent93e8bea7157eb376b78ea57a5c71dd713fe80b37 (diff)
downloadATCD-e020c2634b1ad5f02151e20e8e442c52b394e2b5.tar.gz
ChangeLogTag: Mon Feb 7 05:32:32 2005 J.T. Conklin <jtc@acorntoolworks.com>
-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