Include putty.h (and hence uxconfig.h) before testing for NO_GSSAPI, so that

"./configure --without-gssapi" actually works. Spotted by Rob Shinn.

[originally from svn r8608]
This commit is contained in:
Jacob Nevins 2009-07-28 23:20:50 +00:00
Родитель fece1b69f5
Коммит 3767871300
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -1,8 +1,9 @@
#include "putty.h"
#ifndef NO_GSSAPI
#include <string.h>
#include <gssapi/gssapi.h>
#include "putty.h"
#include "sshgss.h"
#include "misc.h"