[hipl-commit] [trunk] Rev 4184: Remove --enable-maemo configure option; it no longer serves a purpose.

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Thu, 8 Apr 2010 18:10:37 +0300

Committer: Diego Biurrun <diego@xxxxxxxxxx>
Date: 08/04/2010 at 18:10:37
Revision: 4184
Revision-id: diego@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  Remove --enable-maemo configure option; it no longer serves a purpose.

Modified:
  M  configure.ac
  M  debian/rules
  M  doc/HOWTO.xml

=== modified file 'configure.ac'
--- configure.ac        2010-04-08 11:45:37 +0000
+++ configure.ac        2010-04-08 15:10:18 +0000
@@ -187,19 +187,6 @@
     AH_TEMPLATE(CONFIG_HIP_HIPPROXY, [Defined to 1 if HIP Proxy is enabled.])
 fi
 
-AC_ARG_ENABLE(maemo,
-               AS_HELP_STRING([--enable-maemo],
-                              [Maemo (default is NO)]),
-               [ac_cv_use_maemo=$enableval],
-               [ac_cv_use_maemo=no])
-AC_CACHE_CHECK([whether to use Maemo],
-               [ac_cv_use_maemo],
-               [ac_cv_use_maemo=no])
-if test x"$ac_cv_use_maemo" = x"yes"; then
-    AC_DEFINE(CONFIG_HIP_MAEMO)
-    AH_TEMPLATE(CONFIG_HIP_MAEMO, [Defined to 1 if Maemo build is enabled.])
-fi
-
 AC_ARG_ENABLE(openwrt,
                AS_HELP_STRING([--enable-openwrt],
                               [OpenWRT (default is NO)]),

=== modified file 'debian/rules'
--- debian/rules        2010-04-06 13:35:37 +0000
+++ debian/rules        2010-04-08 15:10:18 +0000
@@ -33,7 +33,6 @@
 endif
        ./configure $(CROSS) --prefix=/usr \
                          --enable-shared \
-                         --enable-maemo \
                          --disable-dht \
                          --disable-agent \
                          --disable-privsep \

=== modified file 'doc/HOWTO.xml'
--- doc/HOWTO.xml       2010-04-06 13:39:28 +0000
+++ doc/HOWTO.xml       2010-04-08 15:10:18 +0000
@@ -1562,7 +1562,7 @@
       commands (assuming a clean source tree): </para>
 
       <para><programlisting>
-        ./configure --enable-maemo
+        ./configure
       </programlisting></para>
 
      <para>

Other related posts:

  • » [hipl-commit] [trunk] Rev 4184: Remove --enable-maemo configure option; it no longer serves a purpose. - Diego Biurrun