From 2f99aa9b568ba408e369db5151b7b14a0b55e295 Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Mon, 19 Jun 2006 19:36:47 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=10401 --- configure.ac | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 81f13fd4f3..5dd104d4ff 100644 --- a/configure.ac +++ b/configure.ac @@ -228,8 +228,9 @@ dnl installed everywhere should be linked statically when building portable dnl binaries. Put libraries that should be linked statically on every platform dnl in the STATIC_LIB_LIST variable before calling SAH_CHECK_LIB. (Note: Only dnl the '*' wildcard is supported). -STATIC_LIB_LIST="stdc++ gcc gcc_eh atk* gtk* gdk* gmodule* gthread* gobject* -glib* pango* cairo* wx* tiff* jpeg* png* Xi glut socket z expat*" +STATIC_LIB_LIST="stdc++* gcc gcc_eh atk* gtk* gdk* gmodule* gthread* gobject* +glib* pango* cairo* wx* tiff* jpeg* png* Xi glut socket z expat* krb5support +freetype fontconfig* resolv*" dnl We'll store these libs in a separate variable BOINC_EXTRA_LIBS for later dnl post-processing instead of the default-action, which would append