Browse Source

Bugfix: configure: Report bitforce:pci instead of bitforce:uio

Luke Dashjr 12 years ago
parent
commit
45f97aabe2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      configure.ac

+ 1 - 1
configure.ac

@@ -404,7 +404,7 @@ AC_ARG_ENABLE([bitforce],
 	)
 	)
 if test "x$bitforce" = xyes; then
 if test "x$bitforce" = xyes; then
 	AC_DEFINE([USE_BITFORCE], [1], [Defined to 1 if BitForce support is wanted])
 	AC_DEFINE([USE_BITFORCE], [1], [Defined to 1 if BitForce support is wanted])
-	driverlist="$driverlist bitforce:uio/ac_cv_header_sys_mman_h"
+	driverlist="$driverlist bitforce:pci/need_lowl_pci"
 	if test "x$lowl_pci" = "xyes"; then
 	if test "x$lowl_pci" = "xyes"; then
 		need_lowl_pci=yes
 		need_lowl_pci=yes
 	fi
 	fi