summaryrefslogtreecommitdiffstats
path: root/redhat/kdesdk/kdesdk-3.5.13.1-use_flex_instead_of_lex.patch
blob: 7ab2672065ef6aa23ceb5a558fdf62403bb15adb (plain)
1
2
3
4
5
6
7
8
9
10
11
--- kdesdk-3.5.13.1/kbabel/ConfigureChecks.cmake.ORI	2012-09-30 21:50:19.573288788 +0200
+++ kdesdk-3.5.13.1/kbabel/ConfigureChecks.cmake	2012-09-30 21:50:26.499538745 +0200
@@ -9,7 +9,7 @@
 #
 #################################################
 
-find_program( LEX_EXECUTABLE "lex" )
+find_program( LEX_EXECUTABLE "flex" )
 if( NOT LEX_EXECUTABLE )
   tde_message_fatal( "lex is required, but was not found on your system" )
 endif( )