From Kevin Hildebrand:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 30 Oct 2011 16:19:05 +0000 (16:19 +0000)
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 30 Oct 2011 16:19:05 +0000 (16:19 +0000)
Typo in acinclude.m4 breaks Heimdal kerberos builds

https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6512

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39677 f5534014-38df-0310-8fa8-9805f1628bb7

acinclude.m4

index 7c2736419044b496494335c8934f7176a733c89f..2a6f6e28f482e295294c1594e98ddb8d0733b236 100644 (file)
@@ -1290,8 +1290,9 @@ AC_DEFUN([AC_WIRESHARK_KRB5_CHECK],
          ac_mit_version_newdir=`grep 'Massachusetts Institute of Technology' $krb5_dir/include/krb5/krb5.h | head -n 1 | sed 's/^.*Massachusetts Institute of Technology.*$/MIT/'`
          ac_krb5_version="$ac_heimdal_version$ac_mit_version_olddir$ac_mit_version_newdir"
          if test "x$ac_krb5_version" = "xHEIMDAL"
-             KRB5_LIBS="-L$krb5_dir/lib -lkrb5 -lasn1 $SSL_LIBS -lroken -lcrypt"
          then
+             KRB5_LIBS="-L$krb5_dir/lib -lkrb5 -lasn1 $SSL_LIBS -lroken -lcrypt"
+         else
              KRB5_LIBS="-L$krb5_dir/lib -lkrb5 -lk5crypto -lcom_err"
          fi
          if test "x$ac_krb5_version" = "xMIT"