Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
wine
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sam Joan Roque-Worcel
wine
Commits
63ea6703
Commit
63ea6703
authored
16 years ago
by
Alexandre Julliard
Browse files
Options
Downloads
Patches
Plain Diff
configure: Upgrade notices to warnings for some important libraries.
parent
a20c0e12
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
configure
+6
-6
6 additions, 6 deletions
configure
configure.ac
+6
-6
6 additions, 6 deletions
configure.ac
with
12 additions
and
12 deletions
configure
+
6
−
6
View file @
63ea6703
...
...
@@ -10325,7 +10325,7 @@ fi
fi
if test "x$ac_cv_lib_soname_Xrender" = "x"; then
case "x$with_xrender" in
x) wine_
notice
s="$wine_
notice
s|libxrender development files not found, XRender won't be supported." ;;
x) wine_
warning
s="$wine_
warning
s|libxrender development files not found, XRender won't be supported." ;;
xno) ;;
*) { { echo "$as_me:$LINENO: error: libxrender development files not found, XRender won't be supported.
This is an error since --with-xrender was requested." >&5
...
...
@@ -11963,7 +11963,7 @@ done
fi
if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
case "x$with_xml" in
x) wine_
notice
s="$wine_
notice
s|libxml2 development files not found, XML won't be supported." ;;
x) wine_
warning
s="$wine_
warning
s|libxml2 development files not found, XML won't be supported." ;;
xno) ;;
*) { { echo "$as_me:$LINENO: error: libxml2 development files not found, XML won't be supported.
This is an error since --with-xml was requested." >&5
...
...
@@ -12222,7 +12222,7 @@ fi
fi
if test "$ac_cv_lib_xslt_xsltCompilePattern" != "yes"; then
case "x$with_xslt" in
x) wine_
notice
s="$wine_
notice
s|libxslt development files not found, xslt won't be supported." ;;
x) wine_
warning
s="$wine_
warning
s|libxslt development files not found, xslt won't be supported." ;;
xno) ;;
*) { { echo "$as_me:$LINENO: error: libxslt development files not found, xslt won't be supported.
This is an error since --with-xslt was requested." >&5
...
...
@@ -15830,7 +15830,7 @@ fi
fi
if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
case "x$with_openssl" in
x) wine_
notice
s="$wine_
notice
s|OpenSSL development files not found, SSL won't be supported." ;;
x) wine_
warning
s="$wine_
warning
s|OpenSSL development files not found, SSL won't be supported." ;;
xno) ;;
*) { { echo "$as_me:$LINENO: error: OpenSSL development files not found, SSL won't be supported.
This is an error since --with-openssl was requested." >&5
...
...
@@ -15924,7 +15924,7 @@ fi
fi
if test "x$ac_cv_lib_soname_jpeg" = "x"; then
case "x$with_jpeg" in
x) wine_
notice
s="$wine_
notice
s|libjpeg development files not found, JPEG won't be supported." ;;
x) wine_
warning
s="$wine_
warning
s|libjpeg development files not found, JPEG won't be supported." ;;
xno) ;;
*) { { echo "$as_me:$LINENO: error: libjpeg development files not found, JPEG won't be supported.
This is an error since --with-jpeg was requested." >&5
...
...
@@ -16018,7 +16018,7 @@ fi
fi
if test "x$ac_cv_lib_soname_png" = "x"; then
case "x$with_png" in
x) wine_
notice
s="$wine_
notice
s|libpng development files not found, PNG won't be supported." ;;
x) wine_
warning
s="$wine_
warning
s|libpng development files not found, PNG won't be supported." ;;
xno) ;;
*) { { echo "$as_me:$LINENO: error: libpng development files not found, PNG won't be supported.
This is an error since --with-png was requested." >&5
...
...
This diff is collapsed.
Click to expand it.
configure.ac
+
6
−
6
View file @
63ea6703
...
...
@@ -670,7 +670,7 @@ then
[$X_LIBS -lXext -lX11 $X_EXTRA_LIBS])],,[$X_LIBS -lXext -lX11 $X_EXTRA_LIBS])
fi
WINE_
NOTICE
_WITH(xrender,[test "x$ac_cv_lib_soname_Xrender" = "x"],
WINE_
WARNING
_WITH(xrender,[test "x$ac_cv_lib_soname_Xrender" = "x"],
[libxrender development files not found, XRender won't be supported.])
dnl *** Check for X RandR extension
...
...
@@ -816,7 +816,7 @@ then
])
CPPFLAGS="$ac_save_CPPFLAGS"
fi
WINE_
NOTICE
_WITH(xml,[test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"],
WINE_
WARNING
_WITH(xml,[test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"],
[libxml2 development files not found, XML won't be supported.])
if test "x$with_xslt" != "xno"
...
...
@@ -848,7 +848,7 @@ then
LIBS="$ac_save_LIBS"],,$ac_xslt_libs)
fi
fi
WINE_
NOTICE
_WITH(xslt,[test "$ac_cv_lib_xslt_xsltCompilePattern" != "yes"],
WINE_
WARNING
_WITH(xslt,[test "$ac_cv_lib_xslt_xsltCompilePattern" != "yes"],
[libxslt development files not found, xslt won't be supported.])
dnl **** Check for libhal ****
...
...
@@ -1166,7 +1166,7 @@ then
WINE_CHECK_SONAME(ssl,SSL_library_init)
WINE_CHECK_SONAME(crypto,BIO_new_socket)
fi
WINE_
NOTICE
_WITH(openssl,[test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"],
WINE_
WARNING
_WITH(openssl,[test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"],
[OpenSSL development files not found, SSL won't be supported.])
dnl **** Check for libjpeg ****
...
...
@@ -1174,7 +1174,7 @@ if test "$ac_cv_header_jpeglib_h" = "yes"
then
WINE_CHECK_SONAME(jpeg,jpeg_start_decompress)
fi
WINE_
NOTICE
_WITH(jpeg,[test "x$ac_cv_lib_soname_jpeg" = "x"],
WINE_
WARNING
_WITH(jpeg,[test "x$ac_cv_lib_soname_jpeg" = "x"],
[libjpeg development files not found, JPEG won't be supported.])
dnl **** Check for libpng ****
...
...
@@ -1182,7 +1182,7 @@ if test "$ac_cv_header_png_h" = "yes"
then
WINE_CHECK_SONAME(png,png_create_read_struct,,,,[[libpng[[0-9]]*]])
fi
WINE_
NOTICE
_WITH(png,[test "x$ac_cv_lib_soname_png" = "x"],
WINE_
WARNING
_WITH(png,[test "x$ac_cv_lib_soname_png" = "x"],
[libpng development files not found, PNG won't be supported.])
dnl **** Check for libodbc ****
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment