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
b82b5caa
...
b82b5caa40e0c7cdc7af665c4f35db92b3a02c4b
authored
2005-08-12 06:41:37 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(MU_ENABLE_SUPPORT): Fixed quoting error. Allow action-if-true to disable the feature.
1 parent
6d2c73f1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
m4/enable.m4
m4/enable.m4
View file @
b82b5ca
dnl This file is part of GNU mailutils.
dnl Copyright (C) 2002 Free Software Foundation, Inc.
dnl Copyright (C) 2002
, 2005
Free Software Foundation, Inc.
dnl
dnl This program is free software; you can redistribute it and/or modify
dnl it under the terms of the GNU General Public License as published by
...
...
@@ -34,12 +34,13 @@ AC_DEFUN([MU_ENABLE_SUPPORT], [
[mu_cache_var=yes])
if test x"[$]mu_cache_var" = x"yes"; then
AC_DEFINE([ENABLE_]mu_upcase,1,[Define this if you enable $1 support])
ifelse([$2],,,$2)
ifelse([$2],,:,[$2])
ifelse([$3],,,else
$3)
[$3])
fi
if test x"[$]mu_cache_var" = x"yes"; then
AC_DEFINE([ENABLE_]mu_upcase,1,[Define this if you enable $1 support])
fi
popdef([mu_upcase])
popdef([mu_cache_var])
])
...
...
Please
register
or
sign in
to post a comment