summaryrefslogtreecommitdiff
path: root/set_soenv.in
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-05-17 22:25:46 +0300
committerTor Lillqvist <tml@filifjonkan.site>2011-05-17 22:36:57 +0300
commit3d97229173f40de402bdee53ef2299a7245f5580 (patch)
tree420570e973ef50e148e8732aa1e2158723c0c9ea /set_soenv.in
parent0fe6dbda6b53087e2d5dae25b318664b29f10187 (diff)
Make checks for db work when cross-compiling
When looking for the db,h header, use Autoconf mechanisms instead of manual checks in hardcoded directories. So yeah, this means that you need to make sure the correct -I flag is passed if you have db installed in a weird place where the compiler doesn't find it. Use checks that require only compiling, not running code. Nice. Don't AC_SUBST variables that are not used.
Diffstat (limited to 'set_soenv.in')
-rwxr-xr-xset_soenv.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/set_soenv.in b/set_soenv.in
index 826a11fcd126..9f988646fbf1 100755
--- a/set_soenv.in
+++ b/set_soenv.in
@@ -1922,10 +1922,8 @@ ToFile( "WITH_EXTRA_SAMPLE", "@WITH_EXTRA_SAMPLE@", "e" );
ToFile( "WITH_EXTRA_FONT", "@WITH_EXTRA_FONT@", "e" );
ToFile( "SYSTEM_TRANSLATE_TOOLKIT", "@SYSTEM_TRANSLATE_TOOLKIT@", "e" );
ToFile( "SYSTEM_DB", "@SYSTEM_DB@", "e" );
-ToFile( "DB_VERSION", "@DB_VERSION@", "e" );
ToFile( "DB_LIB", "@DB_LIB@", "e" );
ToFile( "DB_CPPLIB", "@DB_CPPLIB@", "e" );
-ToFile( "DB_INCLUDES", "@DB_INCLUDES@", "e" );
ToFile( "ENABLE_MYSQLC", "@ENABLE_MYSQLC@", "e" );
ToFile( "ENABLE_LOMENUBAR", "@ENABLE_LOMENUBAR@", "e" );
ToFile( "SYSTEM_MYSQL", "@SYSTEM_MYSQL@", "e" );