зеркало из https://github.com/mozilla/gecko-dev.git
Bug 621226 - extern C necessary for older libproxy iirc. r=doug.turner a=approval2.0
This commit is contained in:
Родитель
9126c24b6e
Коммит
a5adebb25d
|
@ -5638,7 +5638,7 @@ dnl ========================================================
|
|||
dnl = libproxy support
|
||||
dnl ========================================================
|
||||
|
||||
if test "$MOZ_ENABLE_GTK2"
|
||||
if test "$MOZ_ENABLE_GTK2" -o "$MOZ_ENABLE_QT"
|
||||
then
|
||||
MOZ_ENABLE_LIBPROXY=
|
||||
|
||||
|
|
|
@ -45,7 +45,9 @@
|
|||
#include "nsCOMPtr.h"
|
||||
#include "nspr.h"
|
||||
|
||||
extern "C" {
|
||||
#include <proxy.h>
|
||||
}
|
||||
|
||||
class nsUnixSystemProxySettings : public nsISystemProxySettings {
|
||||
public:
|
||||
|
|
Загрузка…
Ссылка в новой задаче