Browse Source

Bugfix: configure: Use new need_lowl_vcom instead of need_fpgautils

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

+ 1 - 1
configure.ac

@@ -843,7 +843,7 @@ if test x$need_lowl_usb = xyes; then
 	need_lowlevel=yes
 	need_lowlevel=yes
 fi
 fi
 
 
-if test x$need_fpgautils = xyes; then
+if test x$need_lowl_vcom = xyes; then
 	need_lowlevel=yes
 	need_lowlevel=yes
 fi
 fi