]> git.proxmox.com Git - mirror_ovs.git/commit
m4: fix use of log fd vs. file in "configure"
authorLance Richardson <lrichard@redhat.com>
Fri, 7 Apr 2017 21:05:06 +0000 (17:05 -0400)
committerBen Pfaff <blp@ovn.org>
Fri, 7 Apr 2017 22:13:16 +0000 (15:13 -0700)
commitb7a859e42a2368b97f550e809cfa1a379a782953
treedc0b4a520b695e1530c30655a15940afbb9d7e6a
parent34d4f74d0489d72018da9ff989abf1f2aa57af45
m4: fix use of log fd vs. file in "configure"

Recent Travis builds are failing when making the distcleancheck
target with:
     ERROR: files left in build directory after distclean:
     ./5

Fix by treating log fd as a file descriptor instead of a file.

Fixes: 7777d53d2f4b ("m4: Add hard requirements for python in "configure"")
Signed-off-by: Lance Richardson <lrichard@redhat.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
m4/openvswitch.m4