]> git.pld-linux.org Git - packages/cyrus-imapd.git/commitdiff
proper quoting in configure.in
authorArtur Frysiak <artur@frysiak.net>
Fri, 6 Jul 2001 17:03:18 +0000 (17:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cyrus-imapd-ac250.patch -> 1.1

cyrus-imapd-ac250.patch [new file with mode: 0644]

diff --git a/cyrus-imapd-ac250.patch b/cyrus-imapd-ac250.patch
new file mode 100644 (file)
index 0000000..0484d93
--- /dev/null
@@ -0,0 +1,16 @@
+--- cyrus-imapd-2.0.14/configure.in.wiget      Fri Jul  6 18:55:49 2001
++++ cyrus-imapd-2.0.14/configure.in    Fri Jul  6 18:56:39 2001
+@@ -344,10 +344,10 @@
+ fi
+ AC_SUBST(WITH_MAP)
+-AC_ARG_WITH(lock,
++AC_ARG_WITH([lock],
+   [  --with-lock=METHOD      force use of METHOD for locking (flock or fcntl)],
+-  WITH_LOCK="$withval",
+-  AC_CHECK_FUNC(flock,WITH_LOCK="flock",WITH_LOCK="fcntl"))
++  [WITH_LOCK="$withval"],
++  [AC_CHECK_FUNC([flock],[WITH_LOCK="flock"],[WITH_LOCK="fcntl"])])
+ AC_SUBST(WITH_LOCK)
+ dnl for makedepend and AFS.
This page took 0.108745 seconds and 4 git commands to generate.