]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/lily-guile.hh
* SConstruct: Further development.
[lilypond.git] / lily / include / lily-guile.hh
index 0b5e2a01638830af28734121984cc0d5db5b4f48..7c91a85a890cfb6b6ff029af282a91fd009f90ca 100644 (file)
@@ -13,7 +13,7 @@
 /* GUILE only includes version in headers (libguile/version.h) as of
    1.5.x.  For some strange reason, they call it SCM.*VERSION.
 
-   Not including config.h here, saves a lot of unnecessary
+   Not including config.hh here, saves a lot of unnecessary
    recompiles. */
 #include <libguile.h>
 
@@ -23,7 +23,7 @@
 #define GUILE_MINOR_VERSION SCM_MINOR_VERSION
 #define GUILE_PATCH_LEVEL SCM_MICRO_VERSION
 #else
-#include "config.h"
+#include "config.hh"
 #endif
 #endif