浏览代码

whoops, wrong define

Oswald Buddenhagen 21 年之前
父节点
当前提交
efa062ccdb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      configure.in

+ 1 - 1
configure.in

@@ -66,7 +66,7 @@ if test "x$ob_cv_with_ssl" != xno; then
       AC_MSG_ERROR([OpenSSL libs and/or includes were not found where specified])
     fi
   else
-    AC_DEFINE(HAVE_SSL, 1, [if you have the OpenSSL libraries])
+    AC_DEFINE(HAVE_LIBSSL, 1, [if you have the OpenSSL libraries])
     CPPFLAGS="$CPPFLAGS $SSL_CPPFLAGS"
     LDFLAGS="$LDFLAGS $SSL_LDFLAGS"
   fi