]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Fix udev filter test.
authorRoy Marples <roy@marples.name>
Mon, 9 Sep 2013 16:28:05 +0000 (16:28 +0000)
committerRoy Marples <roy@marples.name>
Mon, 9 Sep 2013 16:28:05 +0000 (16:28 +0000)
configure

index 7b091f17571f7ef86f918df9b170d5504d7c4327..a2c817e0afae56691d3e800939a52c4d2adf5739 100755 (executable)
--- a/configure
+++ b/configure
@@ -625,7 +625,7 @@ int main(void) {
        return 0;
 }
 EOF
-       if $XCC $LIBUDEV_CFLAGS _udev.c -o _udev $LIBUDEV_LIBS2 2>/dev/null
+       if $XCC $LIBUDEV_CFLAGS _udev.c -o _udev $LIBUDEV_LIBS 2>/dev/null
        then
                echo "CPPFLAGS+=                -DLIBUDEV_FILTER" >>$CONFIG_MK
                echo " yes"