diff options
author | Darrell Anderson <[email protected]> | 2012-05-07 11:48:16 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-05-07 11:48:16 -0500 |
commit | 8f79beaace9e28aa1bb8de78cdd01b7a756916f5 (patch) | |
tree | 300b3d36ccb00b44e98470b1376af6670d36f3b7 /config.h.cmake | |
parent | e061a3e9eebedbc53f21c60f5509573ce0e50816 (diff) | |
download | amarok-8f79beaace9e28aa1bb8de78cdd01b7a756916f5.tar.gz amarok-8f79beaace9e28aa1bb8de78cdd01b7a756916f5.zip |
Fix build support for both ruby 1.8.x and 1.9.x.
Thanks to Francois Andriot.
Diffstat (limited to 'config.h.cmake')
-rw-r--r-- | config.h.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake index 101a7d43..b895f46f 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -16,3 +16,4 @@ #cmakedefine TAGLIB_15 1 #cmakedefine HAVE_QGLWIDGET 1 +#cmakedefine HAVE_OLD_RUBY @HAVE_OLD_RUBY@
\ No newline at end of file |