r18099 by craig - Comment out the aspell selection code
scribus-commit
scribus-commit at lists.scribus.net
Thu Jan 17 22:51:22 UTC 2013
Author: craig
Date: Thu Jan 17 22:51:22 2013
New Revision: 18099
URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=18099
Log:
Comment out the aspell selection code
Modified:
trunk/Scribus/CMakeLists.txt
Modified: trunk/Scribus/CMakeLists.txt
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=18099&path=/trunk/Scribus/CMakeLists.txt
==============================================================================
--- trunk/Scribus/CMakeLists.txt (original)
+++ trunk/Scribus/CMakeLists.txt Thu Jan 17 22:51:22 2013
@@ -708,27 +708,27 @@
#>>FontConfig
#<<ASPELL for Speelling support
-OPTION(WITH_ASPELL "Enable support for spell checking" ON)
-IF (WITH_ASPELL)
- FIND_PACKAGE(ASPELL)
- IF (ASPELL_FOUND)
- MESSAGE("ASpell Found OK")
- SET(HAVE_ASPELL 1)
- ELSE (ASPELL_FOUND)
- MESSAGE("ASpell or its developer libraries NOT found - Disabling support for spell checking")
- ENDIF (ASPELL_FOUND)
-ENDIF (WITH_ASPELL)
+#OPTION(WITH_ASPELL "Enable support for spell checking" ON)
+#IF (WITH_ASPELL)
+# FIND_PACKAGE(ASPELL)
+# IF (ASPELL_FOUND)
+# MESSAGE("ASpell Found OK")
+# SET(HAVE_ASPELL 1)
+# ELSE (ASPELL_FOUND)
+# MESSAGE("ASpell or its developer libraries NOT found - Disabling support for spell checking")
+# ENDIF (ASPELL_FOUND)
+#ENDIF (WITH_ASPELL)
#>>ASPELL for Speelling support
#<<HUNSPELL for Speelling support
-OPTION(WANT_HUNSPELL "Enable support for spell checking with hunspell" OFF)
+OPTION(WANT_HUNSPELL "Enable support for spell checking with hunspell" ON)
IF (WANT_HUNSPELL)
FIND_PACKAGE(HUNSPELL)
IF (HUNSPELL_FOUND)
MESSAGE("Hunspell Found OK")
SET(HAVE_HUNSPELL 1)
ELSE (HUNSPELL_FOUND)
- MESSAGE("HunSpell or its developer libraries NOT found - Disabling support for spell checking")
+ MESSAGE("Hunspell or its developer libraries NOT found - Disabling support for spell checking")
ENDIF (HUNSPELL_FOUND)
ENDIF (WANT_HUNSPELL)
#>>HUNSPELL for Speelling support
More information about the scribus-commit
mailing list