diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2005-11-01 04:07:11 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2005-11-01 04:07:11 +0000 |
commit | a9e6d3699d6072adb28956bcc8e31ebd501618f8 (patch) | |
tree | 89c92c8811f6811377a320bde29e56ac1211987b /configure.in | |
parent | 378b0cef0f72b3f761bfb3e8b1707d02d0d0eba9 (diff) |
win32: added program icon.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@701 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 43b8135e..a2def06e 100644 --- a/configure.in +++ b/configure.in @@ -51,6 +51,9 @@ AM_PROG_LEX AC_PROG_YACC AM_PROG_LIBTOOL +AC_CHECK_PROG(WINDRES, windres, windres) +AM_CONDITIONAL(HAVE_WINDRES, test x"$WINDRES" != x) + SYLPHEED_ACLOCAL_INCLUDE(ac) native_win32=no |