Author: mog
Date: Thu May 22 18:31:18 2008
New Revision: 26775

URL: http://svn.gna.org/viewcvs/wesnoth?rev=26775&view=rev
Log:
Fix two syntax errors which for some reason didn't occur on my machine.

Modified:
    trunk/cmake/FindFriBiDi.cmake
    trunk/doc/man/CMakeLists.txt

Modified: trunk/cmake/FindFriBiDi.cmake
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/cmake/FindFriBiDi.cmake?rev=26775&r1=26774&r2=26775&view=diff
==============================================================================
--- trunk/cmake/FindFriBiDi.cmake (original)
+++ trunk/cmake/FindFriBiDi.cmake Thu May 22 18:31:18 2008
@@ -36,7 +36,7 @@
     SET(FRIBIDI_INCLUDE_DIR "NOTFOUND")
     SET(FRIBIDI_FOUND "NO")
   endif()
-ENDIF (FRIBIDI_LIBRARY AND _FRIBIDI_INCLUDE_DIR)
+ENDIF (FRIBIDI_LIBRARY AND FRIBIDI_INCLUDE_DIR)
 
 IF (FRIBIDI_FOUND)
 

Modified: trunk/doc/man/CMakeLists.txt
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/doc/man/CMakeLists.txt?rev=26775&r1=26774&r2=26775&view=diff
==============================================================================
--- trunk/doc/man/CMakeLists.txt (original)
+++ trunk/doc/man/CMakeLists.txt Thu May 22 18:31:18 2008
@@ -7,7 +7,7 @@
 endif()
 if(ENABLE_SERVER)
   SET(MANPAGES ${MANPAGES} wesnothd.6)
-endif(ENABLE_EDITOR)
+endif()
 
 foreach(MANPAGE ${MANPAGES})
   install(FILES ${MANPAGE} DESTINATION "${MANDIR}/man6/")


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to