summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2013-11-29 18:41:02 +0000
committerRoy Marples <roy@marples.name>2013-11-29 18:41:02 +0000
commit0adc150afe97906526b3d5ad7a613e723da6c016 (patch)
tree881d692cf9cb3aaa294b3c85ce9da4f11eca3822 /configure
parenta319fa5319636841746e5765dbe15e29a630132d (diff)
downloaddhcpcd-0adc150afe97906526b3d5ad7a613e723da6c016.tar.xz
Style
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index cb484931..6bb4290c 100755
--- a/configure
+++ b/configure
@@ -636,7 +636,7 @@ if [ "$DEV" != no -a "$UDEV" != no -a -n "$LIBUDEV_LIBS" ]; then
if [ -n "$LIBUDEV_CFLAGS" ]; then
echo "LIBUDEV_CFLAGS= $LIBUDEV_CFLAGS" >>$CONFIG_MK
fi
- echo "LIBUDEV_LIBS= $LIBUDEV_LIBS" >>$CONFIG_MK
+ echo "LIBUDEV_LIBS= $LIBUDEV_LIBS" >>$CONFIG_MK
printf "Checking udev_monitor_filter_add_match_subsystem_devtype ... "
cat <<EOF >_udev.c
@@ -680,7 +680,7 @@ fi
if [ "$DEV" = yes ]; then
echo "SRCS+= dev.c" >>$CONFIG_MK
echo "CPPFLAGS+= -DPLUGIN_DEV" >>$CONFIG_MK
- echo "MKDIRS+= dev" >>$CONFIG_MK
+ echo "MKDIRS+= dev" >>$CONFIG_MK
fi
if [ -z "$SERVICECMD" ]; then