diff options
author | Werner Koch <[email protected]> | 2000-08-18 12:23:17 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2000-08-18 12:23:17 +0000 |
commit | c9c709545aef163b7f9c1e4d7ca01db34f6dab40 (patch) | |
tree | b7683e80e54f04d299f5621870352632d111f907 /configure.in | |
parent | See ChangeLog: Mon Jul 31 10:04:47 CEST 2000 Werner Koch (diff) | |
download | gnupg-c9c709545aef163b7f9c1e4d7ca01db34f6dab40.tar.gz gnupg-c9c709545aef163b7f9c1e4d7ca01db34f6dab40.zip |
See ChangeLog: Fri Aug 18 14:27:14 CEST 2000 Werner Koch
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 9cc324fea..65b6c8471 100644 --- a/configure.in +++ b/configure.in @@ -302,6 +302,19 @@ AC_SUBST(USE_NLS) AC_SUBST(USE_INCLUDED_LIBINTL) fi +dnl Where is the GTK+ toolkit +if test "$cross_compiling" = yes ; then + CFLAGS="$CFLAGS -I/home/wk/work/gtk+w32/include/gtk+/gdk/win32 \ + -I/home/wk/work/gtk+w32/include -I/home/wk/work/gtk+w32/include/gtk+" + LIBS="$LIBS -L/home/wk/work/gtk+w32/lib -lgtk -lgdk -lglib" + compile_agent=no +else + AM_PATH_GTK(1.2.1, compile_agent=yes,compile_agent=no) +fi +AM_CONDITIONAL(COMPILE_AGENT, test x$compile_agent = xyes) + + + dnl dnl There are lot of misconfigured systems. We include dnl gdbm support only if the lib and the header is installed. @@ -760,6 +773,7 @@ util/Makefile mpi/Makefile cipher/Makefile g10/Makefile +agent/Makefile doc/Makefile doc/version.sgml tools/Makefile |