Parcourir la source

[5027] configure.ac corrected.

Tomek Mrugalski il y a 8 ans
Parent
commit
28431a0b45
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      configure.ac

+ 1 - 1
configure.ac

@@ -72,7 +72,7 @@ AC_ARG_ENABLE([debug],
 AM_CONDITIONAL([DEBUG_ENABLED], [test x$debug_enabled = xyes])
 AM_CONDITIONAL([DEBUG_ENABLED], [test x$debug_enabled = xyes])
 AM_COND_IF([DEBUG_ENABLED], [AC_DEFINE([ENABLE_DEBUG], [1], [Enable low-performing debugging facilities?])])
 AM_COND_IF([DEBUG_ENABLED], [AC_DEFINE([ENABLE_DEBUG], [1], [Enable low-performing debugging facilities?])])
 
 
-PREMIUM_DIR =
+PREMIUM_DIR=
 if test -d "${srcdir}/premium"; then
 if test -d "${srcdir}/premium"; then
    PREMIUM_DIR=premium
    PREMIUM_DIR=premium
    AC_CONFIG_SUBDIRS([premium])
    AC_CONFIG_SUBDIRS([premium])