Removed some junk from configure.ac 31/37531/1
authorPaul Wisbey <p.wisbey@samsung.com>
Mon, 30 Mar 2015 14:45:34 +0000 (15:45 +0100)
committerPaul Wisbey <p.wisbey@samsung.com>
Mon, 30 Mar 2015 14:45:34 +0000 (15:45 +0100)
Change-Id: I19b9bde46cf4395d464534e12a4a88214fb47368

build/tizen/configure.ac

index 2bf6f5a..598c9c3 100644 (file)
@@ -232,34 +232,8 @@ else
   dataReadOnlyDir=${prefix}/share/dali/
 fi
 
-if test x$FONT_PRELOADED_PATH != x; then
-  fontPreloadedPath=$FONT_PRELOADED_PATH
-else
-  fontPreloadedPath=/usr/share/fonts/
-fi
-
-if test x$FONT_DOWNLOADED_PATH != x; then
-  fontDownloadedPath=$FONT_DOWNLOADED_PATH
-else
-  fontDownloadedPath=/opt/share/fonts/
-fi
-
-if test x$FONT_APPLICATION_PATH != x; then
-  fontApplicationPath=$FONT_APPLICATION_PATH
-else
-  fontApplicationPath=~/.fonts/
-fi
-
-if test x$FONT_CONFIGURATION_FILE != x; then
-  fontConfigurationFilePath=$FONT_CONFIGURATION_FILE
-fi
-
 AC_SUBST(dataReadWriteDir)
 AC_SUBST(dataReadOnlyDir)
-AC_SUBST(fontPreloadedPath)
-AC_SUBST(fontDownloadedPath)
-AC_SUBST(fontApplicationPath)
-AC_SUBST(fontConfigurationFilePath)
 AC_SUBST(DALI_ADAPTOR_CFLAGS)
 AC_SUBST(DALI_PROFILE_CFLAGS)
 
@@ -296,9 +270,5 @@ Configuration
   Profile:                          $enable_profile
   Data Dir (Read/Write):            $dataReadWriteDir
   Data Dir (Read Only):             $dataReadOnlyDir
-  Font Path (Preloaded):            $fontPreloadedPath
-  Font Path (Downloaded):           $fontDownloadedPath
-  Font Path (Application):          $fontApplicationPath
-  Font Configuration File:          $fontConfigurationFilePath
   OVERTIZEN2.2:                     $with_over_tizen_2_2
 "