attempt to fix thunderbird bustage from bug 263381 - support --with-system-sqlite3

This commit is contained in:
ted.mielczarek@gmail.com 2008-02-22 05:36:43 -08:00
parent cc9938894d
commit 3e35af17c7

View File

@ -93,7 +93,7 @@ STATIC_EXTRA_LIBS += $(MOZ_PANGO_LIBS)
endif
ifdef MOZ_STORAGE
EXTRA_DSO_LDOPTS += $(SQLITE_LIBS)
STATIC_EXTRA_LIBS += $(SQLITE_LIBS)
endif
ifdef MOZ_ENABLE_STARTUP_NOTIFICATION