]> git.pld-linux.org Git - packages/bakefile.git/commitdiff
- fix case
authorKarol Krenski <charles@pld-linux.org>
Fri, 14 Jan 2005 03:44:12 +0000 (03:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bakefile-0.1.4.m4 -> 1.2

bakefile-0.1.4.m4

index a3df65ef535987b620589d3a7365e2fbdbc15b75..b3db484b72618e834c6335878737468779a7c8aa 100644 (file)
@@ -423,8 +423,7 @@ AC_DEFUN([AC_BAKEFILE_SHARED_VERSIONS],
     SONAME_FLAG=
 
     case "${BAKEFILE_HOST}" in
-      *-*-linux* )
-      *-*-freebsd* )
+      *-*-linux* | *-*-freebsd* )
         SONAME_FLAG="-Wl,-soname,"
         USE_SOVERSION=1
         USE_SOVERLINUX=1
This page took 0.160109 seconds and 4 git commands to generate.