diff options
author | Chris Larson <clarson@kergoth.com> | 2004-01-20 05:47:28 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-01-20 05:47:28 +0000 |
commit | 0ba1fd5f2ac718b3b9fb19ee8602481d223626b4 (patch) | |
tree | 383845a4a578a91c4ab4c2f1b53e67c5a8e2ce6f /mailutils | |
parent | 67946ae23672c422d102a5fb0eee8e237b2b10db (diff) |
BUGFIX: Correct a mailutils build failure in the case where the build machine has guile installed.
BKrev: 400cc0f0OvIdsn1dSWSpqd98vYCiSA
Diffstat (limited to 'mailutils')
-rw-r--r-- | mailutils/mailutils_0.3.1.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mailutils/mailutils_0.3.1.oe b/mailutils/mailutils_0.3.1.oe index cc4f55d5f0..19a24fc99b 100644 --- a/mailutils/mailutils_0.3.1.oe +++ b/mailutils/mailutils_0.3.1.oe @@ -6,4 +6,4 @@ SRC_URI := ${GNU_MIRROR}/mailutils/mailutils-0.3.1.tar.bz2 \ inherit autotools -EXTRA_OECONF = --disable-pam +EXTRA_OECONF = --disable-pam --without-guile |