mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-18 20:10:29 +01:00
wrlib: renamed compilation flags variables with a name less prone to clash
This commit is contained in:
committed by
Carlos R. Mafra
parent
c3139e9d0c
commit
79bad0d14c
12
configure.ac
12
configure.ac
@@ -568,22 +568,22 @@ dnl
|
||||
dnl libMagickWand
|
||||
dnl
|
||||
AC_MSG_CHECKING([for libmagickwand header])
|
||||
IMFLAGS=`$MAGICKWCONFIG --cflags`
|
||||
if test "x$IMFLAGS" = "x" ; then
|
||||
MAGICKFLAGS=`$MAGICKWCONFIG --cflags`
|
||||
if test "x$MAGICKFLAGS" = "x" ; then
|
||||
AC_MSG_RESULT([not found])
|
||||
else
|
||||
AC_MSG_RESULT([found])
|
||||
fi
|
||||
AC_SUBST(IMFLAGS)
|
||||
AC_SUBST(MAGICKFLAGS)
|
||||
|
||||
AC_MSG_CHECKING([for libmagickwand library])
|
||||
IMLIBS=`$MAGICKWCONFIG --ldflags`
|
||||
if test "x$IMLIBS" = "x" ; then
|
||||
MAGICKLIBS=`$MAGICKWCONFIG --ldflags`
|
||||
if test "x$MAGICKLIBS" = "x" ; then
|
||||
AC_MSG_RESULT([not found])
|
||||
else
|
||||
AC_MSG_RESULT([found])
|
||||
fi
|
||||
AC_SUBST(IMLIBS)
|
||||
AC_SUBST(MAGICKLIBS)
|
||||
|
||||
dnl Xft2 antialiased font support
|
||||
dnl =============================
|
||||
|
||||
Reference in New Issue
Block a user