According to the autoconf documentation, you're not supposed to use
authorGuy Harris <guy@alum.mit.edu>
Tue, 22 May 2001 06:43:24 +0000 (06:43 -0000)
committerGuy Harris <guy@alum.mit.edu>
Tue, 22 May 2001 06:43:24 +0000 (06:43 -0000)
AC_MSG_RESULT without AC_MSG_CHECKING.

svn path=/trunk/; revision=3434

acinclude.m4

index b106ab8bc697f19a7003a5a42d5e8d6955cebb3e..ceac3cd672e4b0a5b6c767107377cdacaf7ab036 100644 (file)
@@ -2,7 +2,7 @@ dnl Macros that test for specific features.
 dnl This file is part of the Autoconf packaging for Ethereal.
 dnl Copyright (C) 1998-2000 by Gerald Combs.
 dnl
-dnl $Id: acinclude.m4,v 1.24 2001/05/22 06:33:04 guy Exp $
+dnl $Id: acinclude.m4,v 1.25 2001/05/22 06:43:24 guy Exp $
 dnl
 dnl This program is free software; you can redistribute it and/or modify
 dnl it under the terms of the GNU General Public License as published by
@@ -368,10 +368,7 @@ AC_DEFUN(AC_ETHEREAL_SSL_CHECK,
                  [
                    SSL_LIBS=-lcrypto
                    AC_ETHEREAL_ADD_DASH_L(LDFLAGS, ${ssl_user_dir}/lib)
-                                       AC_MSG_RESULT(found)
-                 ],[
-                                       AC_MSG_RESULT(not found)
-                 ],
+                 ],,
                  -L${ssl_user_dir}/lib -lcrypto
                )