summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2013-09-12 17:16:51 +0000
committerRoy Marples <roy@marples.name>2013-09-12 17:16:51 +0000
commit2ecb5dca813168be13ab88b66a3d65b64e53a157 (patch)
tree937f0ae50f423fa786063d2513ada4f0c6f42b15 /configure
parent52dc01927b0d04bcde2ea636fe8517d5f593341d (diff)
downloaddhcpcd-2ecb5dca813168be13ab88b66a3d65b64e53a157.tar.xz
Fix dev building again
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index 975ab3c6..cdccc481 100755
--- a/configure
+++ b/configure
@@ -609,6 +609,7 @@ if [ "$DEV" != no -a "$UDEV" != no ]; then
LIBUDEV_LIBS=$(pkg-config --libs libudev 2>/dev/null)
fi
if [ "$DEV" != no -a "$UDEV" != no -a -n "$LIBUDEV_LIBS" ]; then
+ echo "yes"
[ -z "$DEV" ] && DEV=yes
echo "DEV_PLUGINS+= udev" >>$CONFIG_MK
if [ -n "$LIBUDEV_CFLAGS" ]; then
@@ -641,7 +642,7 @@ if [ "$DEV" = yes ]; then
echo "SRCS+= dev.c" >>$CONFIG_MK
echo "CPPFLAGS+= -DPLUGIN_DEV" >>$CONFIG_MK
echo "LDFLAGS+= -Wl,--export-dynamic" >>$CONFIG_MK
- echo "MKDIRS+= dev"
+ echo "MKDIRS+= dev" >>$CONFIG_MK
fi
if [ -z "$SERVICECMD" ]; then