diff options
author | Andrea Pescetti <pescetti@apache.org> | 2011-11-27 20:28:32 +0000 |
---|---|---|
committer | Andrea Pescetti <pescetti@apache.org> | 2011-11-27 20:28:32 +0000 |
commit | 910260f0b5214b1b5fc56da345297f5593022e9e (patch) | |
tree | 5f41bb8e42da6b8fde5d4a8af0a383994f7872b9 /configure.in | |
parent | b2530318be38cf69cdfef1741f2be3e4bf2077f3 (diff) |
Print the right message about the status of --enable-copyleft.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 36a04d8e037a..98705efafc0d 100644 --- a/configure.in +++ b/configure.in @@ -1268,13 +1268,13 @@ if test "$enable_copyleft" != "yes"; then DISABLE_SAXON="TRUE" - AC_MSG_RESULT([yes]) + AC_MSG_RESULT([no]) else DISABLE_SAXON= - AC_MSG_RESULT([no]) + AC_MSG_RESULT([yes]) fi AC_SUBST(DISABLE_SAXON) |