Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 40453 | Differences between
and this patch

Collapse All | Expand All

(-)configure.in.old (+15 lines)
Lines 17-27 Link Here
17
dnl incase it is broken for example.
17
dnl incase it is broken for example.
18
AC_ARG_ENABLE(shm, [  --enable-shm            support shared memory if available [default=yes]], echo $enable_shm, enable_shm="yes")
18
AC_ARG_ENABLE(shm, [  --enable-shm            support shared memory if available [default=yes]], echo $enable_shm, enable_shm="yes")
19
19
20
AC_ARG_ENABLE(gdk, [  --enable-gdk            enable gdk_imlib compilation [default=yes]],[
21
  if test x$enableval = xyes; then
22
    disable_gdk="no"
23
  else
24
    disable_gdk="yes"
25
  fi],disable_gdk=no)
26
27
if test x$disable_gdk = xno; then
28
 AC_MSG_RESULT(no)
29
20
AM_PATH_GTK(1.2.1,[
30
AM_PATH_GTK(1.2.1,[
21
  GDK_IMLIB="gdk_imlib utils"],[
31
  GDK_IMLIB="gdk_imlib utils"],[
22
  GDK_IMLIB="" 
32
  GDK_IMLIB="" 
23
  AC_MSG_WARN([*** gdk_imlib will not be built ***])])
33
  AC_MSG_WARN([*** gdk_imlib will not be built ***])])
24
34
35
else
36
  AC_MSG_RESULT(yes)
37
  GDK_IMLIB=""
38
fi
39
25
AC_MSG_CHECKING(whether to build gmodulized imlib)
40
AC_MSG_CHECKING(whether to build gmodulized imlib)
26
41
27
AC_ARG_ENABLE(modules, [  --disable-modules       Disables dynamic module loading],[
42
AC_ARG_ENABLE(modules, [  --disable-modules       Disables dynamic module loading],[

Return to bug 40453