typo in configure.ac. detect correctly missing libxss-dev. fixes #1624
This commit is contained in:
		
							parent
							
								
									9deb76a8ad
								
							
						
					
					
						commit
						ac0ec9d6f1
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -103,7 +103,7 @@ if test "x$enable_idle" = "xyes";then | |||
| 		AC_CHECK_LIB([Xss], [XScreenSaverAllocInfo]) | ||||
| 		XSCRNSAVER_LIBS="$LIBS" | ||||
| 		AC_SUBST([XSCRNSAVER_LIBS]) | ||||
| 		if test "x$XSCRNSAVER_LIBS" = "x";then  | ||||
| 		if test "x$XSCRNSAVER_LIBS" = "x-L";then  | ||||
| 			have_idle=false | ||||
| 		else | ||||
| 			have_idle=true | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue