diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-04-27 14:29:58 +0200 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-04-28 01:44:09 +0200 |
commit | 34f9d7b7955925733bd066c015f1a580c7aee455 (patch) | |
tree | 4abc24a48ed7279728ef7fdd9506e27793bffc91 /set_soenv.in | |
parent | 35cb158312b56e3776b036f8b6ee47a6d2952178 (diff) |
add --enable-lomenubar switch to configure
Diffstat (limited to 'set_soenv.in')
-rwxr-xr-x | set_soenv.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/set_soenv.in b/set_soenv.in index fc010b0f0ab5..602adb6d4b39 100755 --- a/set_soenv.in +++ b/set_soenv.in @@ -1864,6 +1864,7 @@ 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" ); ToFile( "SYSTEM_MYSQL_CPPCONN","@SYSTEM_MYSQL_CPPCONN@","e" ); ToFile( "MYSQL_INC", "@MYSQL_INC@", "e" ); |