]> git.lyx.org Git - lyx.git/blobdiff - development/scons/SConstruct
el.po: new Greek translations of LyX menus. Patch sent by Ulysse Danglis
[lyx.git] / development / scons / SConstruct
index 6b67cb2fb896e5ed41e3fd03e5a6cc8a343e9ada..f745c7e8980a514c5566cc5153e15bf59e2995da 100644 (file)
@@ -834,10 +834,10 @@ else:
 # check the size of wchar_t
 sizeof_wchar_t = conf.CheckSizeOfWChar()
 # something wrong
-#if sizeof_wchar_t == 0:
-#    print 'Error: Can not determine the size of wchar_t.'
-#    print 'Please check config.log for more information.'
-#    Exit(1)
+if sizeof_wchar_t == 0:
+    print 'Error: Can not determine the size of wchar_t.'
+    print 'Please check config.log for more information.'
+    Exit(1)
 
 
 # fill in the version info