Skip to content
Snippets Groups Projects
Commit cde67a67 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Remove libjpeg from configure.{ac,in}

parent 26e2d478
No related branches found
No related tags found
No related merge requests found
......@@ -42,12 +42,11 @@ AC_SUBST(GIBLIB_CFLAGS)
dnl Check for Xinerama
CFLAGS="-I/usr/X11R6/include $CFLAGS"
LIBS="-L/usr/X11R6/lib $LIBS -lm -ljpeg"
LIBS="-L/usr/X11R6/lib $LIBS -lm"
AC_CHECK_LIB(Xext,XMissingExtension,, [CFLAGS="$CFLAGS -I/usr/X11R6/include"])
AC_CHECK_LIB(Xinerama,XineramaQueryScreens,, [CFLAGS="$CFLAGS -I/usr/X11R6/include"])
AC_SUBST(HAVE_XINERAMA)
AC_SUBST(XINERAMA_LIBS)
AC_CHECK_LIB(jpeg, jpeg_destroy_decompress)
dnl AC_CHECK_FUNC(getopt_long,,[AC_LIBOBJ="$AC_LIBOBJ getopt.o getopt1.o"])
dnl AC_SUBST(AC_LIBOBJ)
......
......@@ -59,7 +59,6 @@ if test x"$with_xinerama" != xno; then
])
])
fi
AC_CHECK_LIB(jpeg, jpeg_destroy_decompress)
dnl AC_CHECK_FUNC(getopt_long,,[LIBOBJS="$LIBOBJS getopt.o getopt1.o"])
dnl AC_SUBST(LIBOBJS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment