summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2010-06-05 18:14:29 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2010-06-05 18:14:29 +0000
commitd98efa53781443fd1a6b0797606632f9ce106c35 (patch)
tree8f1fd4446992e9fe89ae1e9a7c9ff4eb1a1da268
parenta9c6976268546e0b9440073c1ccb664f1465bbfc (diff)
Only need to build setenv.c once.
-rwxr-xr-xconfigure5
1 files changed, 2 insertions, 3 deletions
diff --git a/configure b/configure
index 67f30873..c4836391 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id: configure,v 1.51 2010-05-19 21:31:38 nicm Exp $
+# $Id: configure,v 1.52 2010-06-05 18:14:29 nicm Exp $
#
# Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net>
#
@@ -168,8 +168,7 @@ SRCS+= osdep-sunos.c \
compat/vis.c \
compat/unvis.c \
compat/imsg-buffer.c \
- compat/imsg.c \
- compat/setenv.c
+ compat/imsg.c
EOF
;;
# ------------------------------------------------------------------------------