Browse Source

Merge branch 'tui_manage_dev' into bfgminer

Luke Dashjr 12 years ago
parent
commit
66da192a21
1 changed files with 2 additions and 0 deletions
  1. 2 0
      driver-opencl.c

+ 2 - 0
driver-opencl.c

@@ -907,8 +907,10 @@ static
 void opencl_tui_wlogprint_choices(struct cgpu_info *cgpu)
 void opencl_tui_wlogprint_choices(struct cgpu_info *cgpu)
 {
 {
 	wlogprint("[I]ntensity [R]estart GPU ");
 	wlogprint("[I]ntensity [R]estart GPU ");
+#ifdef HAVE_ADL
 	if (cgpu->has_adl)
 	if (cgpu->has_adl)
 		wlogprint("[C]hange settings ");
 		wlogprint("[C]hange settings ");
+#endif
 }
 }
 
 
 static
 static