Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
L
libvncserver
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
rasky
libvncserver
Commits
47eece6a
Commit
47eece6a
authored
Apr 12, 2004
by
dscho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix compilation without jpeg and a certain autoconf version
parent
782c6e7a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
configure.ac
configure.ac
+2
-2
No files found.
configure.ac
View file @
47eece6a
# Process this file with autoconf to produce a configure script.
# Process this file with autoconf to produce a configure script.
AC_INIT(LibVNCServer, 0.7pre, http://sourceforge.net/projects/libvncserver)
AC_INIT(LibVNCServer, 0.7pre, http://sourceforge.net/projects/libvncserver)
AM_INIT_AUTOMAKE(LibVNCServer, 0.7pre)
AM_INIT_AUTOMAKE(LibVNCServer, 0.7pre)
AM_CONFIG_HEADER(config.h)
AM_CONFIG_HEADER(
rfb
config.h)
AX_PREFIX_CONFIG_H([rfb/rfbconfig.h])
AX_PREFIX_CONFIG_H([rfb/rfbconfig.h])
# Checks for programs.
# Checks for programs.
...
@@ -83,7 +83,7 @@ if test ! -z "$HAVE_PTHREAD_H"; then
...
@@ -83,7 +83,7 @@ if test ! -z "$HAVE_PTHREAD_H"; then
fi
fi
AM_CONDITIONAL(HAVE_LIBPTHREAD, test ! -z "$HAVE_LIBPTHREAD")
AM_CONDITIONAL(HAVE_LIBPTHREAD, test ! -z "$HAVE_LIBPTHREAD")
AM_CONDITIONAL(HAVE_LIBZ, test ! -z "$HAVE_ZLIB_H")
AM_CONDITIONAL(HAVE_LIBZ, test ! -z "$HAVE_ZLIB_H")
AM_CONDITIONAL(HAVE_LIBJPEG, test ! -
u
"$HAVE_JPEGLIB_H")
AM_CONDITIONAL(HAVE_LIBJPEG, test ! -
z
"$HAVE_JPEGLIB_H")
# Checks for header files.
# Checks for header files.
AC_HEADER_STDC
AC_HEADER_STDC
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment