Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
a2de04d0
...
a2de04d04b9cbe4438e99059cf73e52effbaf008
authored
2005-11-07 10:18:30 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(GUIMB): Fix assignment to work on cygwin too
1 parent
49942352
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
configure.ac
configure.ac
View file @
a2de04d
...
...
@@ -913,7 +913,7 @@ if test x"$useguile" = x"yes"; then
GUILE_INCLUDES=`guile-config compile`
GUILE_LIBS=`guile-config link`
GUILE_BINDIR=`guile-config info bindir`
GUIMB=
guimb
GUIMB=
'guimb$(EXEEXT)'
MU_SCM=libmu_scm.la
LIBMU_SCM=../libmu_scm/libmu_scm.la
LIBMU_SCM_DEPS="../mailbox/mbox/libmu_mbox.la ../mailbox/imap/libmu_imap.la ../mailbox/pop/libmu_pop.la ../mailbox/mh/libmu_mh.la ../mailbox/maildir/libmu_maildir.la"
...
...
Please
register
or
sign in
to post a comment