]> arthur.barton.de Git - ngircd-alex.git/commitdiff
- better compatibility
authorAlexander Barton <alex@barton.de>
Tue, 25 Feb 2003 14:07:26 +0000 (14:07 +0000)
committerAlexander Barton <alex@barton.de>
Tue, 25 Feb 2003 14:07:26 +0000 (14:07 +0000)
configure.in

index 8929f7cda447c996307dbd4a5d3d02763ddefbf7..3f35d844676d84afcde13ba973c31ce4958a7b77 100644 (file)
@@ -8,7 +8,7 @@
 # (at your option) any later version.
 # Please read the file COPYING, README and AUTHORS for more information.
 #
 # (at your option) any later version.
 # Please read the file COPYING, README and AUTHORS for more information.
 #
-# $Id: configure.in,v 1.80 2003/02/23 12:03:10 alex Exp $
+# $Id: configure.in,v 1.81 2003/02/25 14:07:26 alex Exp $
 #
 
 # -- Initialisierung --
 #
 
 # -- Initialisierung --
@@ -175,11 +175,12 @@ fi
 x_rendezvous_on=no
 AC_ARG_ENABLE(rendezvous,
        [  --enable-rendezvous     enable Rendezvous on platforms that support it],
 x_rendezvous_on=no
 AC_ARG_ENABLE(rendezvous,
        [  --enable-rendezvous     enable Rendezvous on platforms that support it],
-       if test "$enableval" = "yes"; then
-               AC_CHECK_FUNCS(DNSServiceRegistrationCreate, x_rendezvous_on=yes,
-                       AC_MSG_ERROR([Can't enable Rendezvous: DNSServiceRegistrationCreate() not available!])
-               )
-       fi
+       [       if test "$enableval" = "yes"; then
+                       AC_CHECK_FUNCS(DNSServiceRegistrationCreate, x_rendezvous_on=yes,
+                               AC_MSG_ERROR([Can't enable Rendezvous: DNSServiceRegistrationCreate() not available!])
+                       )
+               fi
+       ]
 )
 if test "$x_rendezvous_on" = "yes"; then
        AC_DEFINE(RENDEZVOUS, 1)
 )
 if test "$x_rendezvous_on" = "yes"; then
        AC_DEFINE(RENDEZVOUS, 1)
@@ -212,7 +213,6 @@ AC_ARG_ENABLE(strict-rfc,
        fi
 )
 
        fi
 )
 
-
 # -- Definitionen --
 
 AC_DEFINE_UNQUOTED(TARGET_CPU, "$target_cpu" )
 # -- Definitionen --
 
 AC_DEFINE_UNQUOTED(TARGET_CPU, "$target_cpu" )