summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorbwarsaw2002-03-17 00:52:04 +0000
committerbwarsaw2002-03-17 00:52:04 +0000
commit156f72a9aef27623145f7df6bddce9c0b8a3fef5 (patch)
tree6acb6664cffc09ef7f01fc79d743c74cec4bb344 /configure
parent9678bf3df1a2009bc48daa9c64c4c0a281e4efcc (diff)
downloadmailman-156f72a9aef27623145f7df6bddce9c0b8a3fef5.tar.gz
mailman-156f72a9aef27623145f7df6bddce9c0b8a3fef5.tar.zst
mailman-156f72a9aef27623145f7df6bddce9c0b8a3fef5.zip
Heh, src/alias-wrapper.c is gone now and configure depended on it, so
that broke it! Use src/common.h now.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index ffd7a3a49..0aa948d87 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
#! /bin/sh
-# From configure.in Revision: 2.22
+# From configure.in Revision: 2.23
# Guess values for system-dependent variables and create Makefiles.
# Generated automatically using autoconf version 2.13
@@ -470,7 +470,7 @@ echo > confdefs.h
# A filename unique to this package, relative to the directory that
# configure is in, which we can look for to find out if srcdir is correct.
-ac_unique_file=src/alias-wrapper.c
+ac_unique_file=src/common.h
# Find the source files, if location was not specified.
if test -z "$srcdir"; then