summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-05-13 23:45:26 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-05-13 23:45:26 +0000
commit41fb824cbe678c7d9444813690249027a67ee30d (patch)
treea6b30b4ec9515510b82272beed6ed22eaa601524 /configure
parentab5273d9a9292dc4319be502f2c01247e015358f (diff)
Sort.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 83bac60e..acd6fc7e 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id: configure,v 1.2 2009-05-13 23:29:45 nicm Exp $
+# $Id: configure,v 1.3 2009-05-13 23:45:26 nicm Exp $
CONFIG_H=config.h
CONFIG_MK=config.mk
@@ -124,6 +124,7 @@ EOF
#define HAVE_FGETLN
#define HAVE_FORKPTY
#define HAVE_GETOPT
+#define HAVE_LIBUTIL_H
#define HAVE_PATHS_H
#define HAVE_POLL
#define HAVE_PROGNAME
@@ -131,7 +132,6 @@ EOF
#define HAVE_STRLCAT
#define HAVE_STRLCPY
#define HAVE_STRTONUM
-#define HAVE_LIBUTIL_H
#define HAVE_VSYSLOG
EOF
cat <<EOF >>$CONFIG_MK