* src/native/jni.cpp: [OPENJDK] Implemented jni_GetDirectBufferCapacity.
[cacao.git] / m4 / zlib.m4
index ee7b0cb7c517b10ed5a7abbb244e291d1b702ec8..28c204442ee521b09554d72f3a6ec1028d128fda 100644 (file)
@@ -21,8 +21,6 @@ dnl You should have received a copy of the GNU General Public License
 dnl along with this program; if not, write to the Free Software
 dnl Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 dnl 02110-1301, USA.
-dnl 
-dnl $Id: configure.ac 7228 2007-01-19 01:13:48Z edwin $
 
 
 dnl check if zlib should be used
@@ -30,7 +28,7 @@ dnl check if zlib should be used
 AC_DEFUN([AC_CHECK_ENABLE_ZLIB],[
 AC_MSG_CHECKING(whether ZIP/JAR archives should be supported)
 AC_ARG_ENABLE([zlib],
-              [AS_HELP_STRING(--disable-zlib,disable ZIP/JAR archive support (needs zlib) [[default=yes]])],
+              [AS_HELP_STRING(--disable-zlib,disable ZIP/JAR archive support (needs zlib) [[default=enabled]])],
               [case "${enableval}" in
                   no) ENABLE_ZLIB=no;;
                   *) ENABLE_ZLIB=yes;;