fix flags and libs setup for options

SVN revision: 14026
This commit is contained in:
Carsten Haitzler 2005-03-31 05:01:20 +00:00
parent f318900139
commit 121c29f55e
1 changed files with 5 additions and 0 deletions

View File

@ -606,6 +606,8 @@ AC_ARG_ENABLE(image-loader-eet,
else
AC_MSG_RESULT(no)
have_eet="no"
eet_cflags=""
eet_libs=""
fi
], [
AC_MSG_RESULT($have_eet)
@ -668,6 +670,9 @@ AC_ARG_ENABLE(image-loader-edb,
else
AC_MSG_RESULT(no)
have_edb="no"
edb_ok="no"
edb_cflags=""
edb_libs=""
fi
], [
AC_MSG_RESULT($have_edb)