Skip to content

Commit d667779

Browse files
phy1729aabc
authored andcommitted
Fix configure for dkms (#60)
dkms runs ./configure --from-dkms-conf=$kernel_source_dir. Without this ./configure fails with invalid option. Change the check to match the one at the top of the file.
1 parent fc4f5f3 commit d667779

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ do
312312
--disable-snmp-a*) SKIPSNMP=1 ;;
313313
--disable-net-snmp*) SKIPSNMP=1 ;;
314314
--disable-dkms*) SKIPDKMS=1 ;;
315-
--from-dkms-conf) ;;
315+
--from-dkms-conf*) ;;
316316
--make) echo called from make; CARGS=`echo $CARGS | sed s/--make//g` ;;
317317
-Werror) KOPTS="$KOPTS -Werror" ;;
318318
--help|-h) show_help ;;

0 commit comments

Comments
 (0)